Problem: The data I\'m trying to display is essentially a collection of collections of some object. So the rows can be any number, normal for a datagrid, and the columns are also any number. That\'s n
I have a Grid with 2 rows: <Grid> <Grid.RowDefinitions> <RowDefinition Height=\"150\"/>
I\'m trying to customize the TreeView control. When a user selects an item in the TreeView, I need the ActualWidth of the SelectedItem to be stored in the item\'s Tag:
I\'m having a hard time getting a fairly simple binding to work. When editing an employee I want to display a listbox containing all the available roles in the system, (the employee\'s roles selecte
In a style, how can I refer to the element on which the style is applied ? For instance, in the style I define a RenderTransform, and I would like to add an animation on the RenderTransform :
I have a wpf toolkit datagrid with a few columns, then inside the row details I have another datagrid. Basically I am emulating a treelistview control (example: http://www.codeproject.com/KB/list/tree
I have a XElement that has the following structure <document num=\"1\"> <pages> <page />
I was just wondering if it would be possible to bind th开发者_开发百科e list of available FontStyles and FontWeights to a ComboBox?
<p id=\"noteTypebox\"> <label for=\"noteType_2\" class=\"notetypelabel\" id=\"noteType_2\" >
I have recently started investigating the MVVM pattern with WPF for an upcoming project. I started with Josh Smith\'s MSDN article. I have a question (well many, but let\'s start with one):