WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.
I'm new to WPF. I just want to know how should we add columns and rows programmatically to a DataGrid …
c# wpf datagrid wpf-controls silverlight-2.0I have come across a problem with binding to a PasswordBox. It seems it's a security risk but I am …
c# wpf mvvm wpf-controls passwordsI am trying to set/get the text of my RichTextBox, but Text is not among list of its properties …
c# wpf wpf-controls richtextboxI was wondering if I can have 2 controls in a horizontal-oriented StackPanel so that the right item should be docked …
wpf layout wpf-controls stackpanel alignmentI have a Window with my user control and I would like to make usercontrol width equals window width. How …
c# .net wpf xaml wpf-controlsWhat is the difference between WPF's ListBox and ListView? I can not find any significant difference in their properties. Is …
.net wpf wpf-controlsHow do I achieve formatting of a text inside a TextBlock control in my WPF application? e.g.: I would …
c# wpf wpf-controlsCreating a relatively simple data entry form, and just want to separate certain sections with a horizontal line (not unlike …
wpf xaml wpf-controlsWhat are differences between Visibility.Collapsed and Visibility.Hidden in WPF?
wpf wpf-controls visibilityI need to create a rounded corner glossy button in WPF. Can anyone please explain me what steps are needed?
.net wpf button styles wpf-controls