WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.
How do you display the current date and time in a label in c#
c# wpf winforms wpf-controlsThe easiest way is to implement ButtonClick event handler and invoke Window.Close() method, but how doing this through a …
wpf button wpf-controls commandbindingI am using DataGrids in XAML (not Silverlight) with resizable columns, the DataGrid will expand if the user resizes the …
c# wpf xaml datagrid wpf-controlsHow do I make a WPF control to change its size according the content in it?
wpf wpf-controls autosizeIs it possible to make a textbox autocomplete in WPF? I found a sample where a combo box is used …
wpf textbox autocomplete wpf-controlsWhat do I need to do in order to reference the double click event for a listview control?
c# .net wpf wpf-controlsI followed this small "tutorial" on how to add a scrollbar to an ItemsControl, and it works in Designer view, …
wpf wpf-controls itemscontrol scrollviewerHow can we set border and background color in the WPF grid control , i am creating rows and column dynamically …
wpf grid wpf-controlsI have a List View in which I have defined a custom cell as a user control. In the custom …
wpf wpf-controlsHow can I get the child controls of type ComboBox in MyContainer Grid in WPF? <Grid x:Name="MyContainer"&…
c# wpf wpf-controls