Top "Wpf-controls" questions

WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.

Link button in wpf

How can I make Button to look like LinkButton, and I don't want to use Hyperlink...!! Any suggestions

wpf wpf-controls
WPF: How to make canvas auto-resize?

I would like my Canvas to automatically resize to the size of its items, so that the ScrollViewer scroll bars …

.net wpf resize wpf-controls scrollviewer
Is there a TimePicker control in WPF (.NET 4)?

Is there a TimePicker control in WPF (.NET 4)? I was hoping the DatePicker control had the ability to show either …

c# wpf wpf-controls datepicker
C# how to get text value from PasswordBox?

I have a PasswordBox. how can I get the input value from the PasswordBox after the input has been finished?

c# wpf-controls passwordbox
C# WPF how to set location,width and height of the controls programmatically?

I'm doing my first WPF application. im having problem whereby when my form is maximized or fullscreen, my controls wont …

c# wpf controls wpf-controls dockpanel
How to handle the SelectionChanged event of ComboBox with MVVM in wpf?

How to raise / handle the SelectionChanged event of WPF's ComboBox using the MVVM pattern? Explain in detail please I am …

wpf mvvm wpf-controls
Use wpf image control to show an image from filesystem

I want to show an image from a file using an wpf image control. The image file resides in the …

wpf image wpf-controls
ItemsControl with horizontal orientation

Do you know any controls inherited from the ItemsControl that have horizontal orientation of items?

c# wpf wpf-controls
Slider On/Off Switch in WPF

I am looking for a WPF tutorial on creating a slide ON/OFF switch like on the iPhone. Here is …

wpf wpf-controls
WPF StringFormat on Label Content

I want to format my string binding as Amount is X where X is a property bound to a label. …

wpf wpf-controls binding wpftoolkit wpfdatagrid