Quantcast
Channel: Henriks bits n pieces » XAML
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

Clean ProgressBar style (WPF, XAML)

View Article



Image may be NSFW.
Clik here to view.

Custom button style (WPF, XAML)

View Article

XAML StringFormat Binding IValueConverter Solution

Code behind:public class StringFormat : IValueConverter{ public object Convert(object value, Type targetType, object parameter, CultureInfo culture) { return string.Format(parameter.ToString(), value);...

View Article

WPF TextBox Auto-Complete functionality

Here’s a TextBox extension for WPF auto-complete functionality (Revision 3). When AllowComma is true, it will lookup and try to auto-complete words after comma character independently as well hello...

View Article
Browsing latest articles
Browse All 4 View Live


Latest Images