I\'m really curious to know which off-the-shelf WPF library this program is using for its web interface.
I have a column chart wh开发者_开发百科ich is grouped with a CategoryAxis. My problem is that when the columns are grouped together there is no spacing/margin between the columns.
I have an interf开发者_Go百科ace public interface IProperty { string Name { get; } } and an explicit implementation of it
I\'ve got a DataTemplate for a DataGridTemplateColum wich looks like this: <toolkit:DataGridTemplateColumnx:Name=\"DataGridTextColumnIstVorvorjahr\"IsReadOnly=\"True\" SortMemberPath=\"SummeIstVor
I want to sort a WPF-Toolkit DataGrid on a column which is bound like this: <toolkit:DataGrid.Columns>
I am using the WPFToolkit Accordion control with the items in the accordion defined to be a TreeView.
I am using WPF Toolkit Datagrid in one of the applications I am working on. What I want isto store the column width and displayindex as a user preference. I have achived it for column displayindex but
How can I make columns coloring in DataGrid if I also want use AlternatingRowBackground property? I have some ideas, but it doesn\'t work :(.
I am data templating a tab control. Each time I select a tab, the binding of the contents get applied. So for eg, if开发者_如何学Go I have a tree view expanded in tab1 and going to tab2 and coming bac
I am working with Visual studio 2008. I want to work on WPF DataGrid control. I downloaded WPF toolkit and install it, and then added toolkit reference in my project, but it does not recognize Datagr