WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.
How can I make Button to look like LinkButton, and I don't want to use Hyperlink...!! Any suggestions
wpf wpf-controlsI would like my Canvas to automatically resize to the size of its items, so that the ScrollViewer scroll bars …
.net wpf resize wpf-controls scrollviewerIs there a TimePicker control in WPF (.NET 4)? I was hoping the DatePicker control had the ability to show either …
c# wpf wpf-controls datepickerI have a PasswordBox. how can I get the input value from the PasswordBox after the input has been finished?
c# wpf-controls passwordboxI'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 dockpanelHow to raise / handle the SelectionChanged event of WPF's ComboBox using the MVVM pattern? Explain in detail please I am …
wpf mvvm wpf-controlsI want to show an image from a file using an wpf image control. The image file resides in the …
wpf image wpf-controlsDo you know any controls inherited from the ItemsControl that have horizontal orientation of items?
c# wpf wpf-controlsI am looking for a WPF tutorial on creating a slide ON/OFF switch like on the iPhone. Here is …
wpf wpf-controlsI 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