How To create Multicolumn TreeView with header and sorting in WPF?

Posted by sachin on Stack Overflow See other posts from Stack Overflow or by sachin
Published on 2009-08-03T05:45:46Z Indexed on 2010/12/24 21:54 UTC
Read the original article Hit count: 235

Filed under:
|
|

Hi!

i have created tree view demo in Visual Studio 2008 C# in WPF but i want to give header and when header is clicked it sort data. i want to create demo like this

header1………….header2……….header3

-parent1…………..parent2………..parent3

…-child1……………-child1………….child1

……child1……………-child1…………child1

-parent2…………..parent2………..parent2

…-child2……………-child2………….child2

……child……………-child2…………child2

parent3…………….parent3………..parent3

plz suggest any link or samples code. thank you!

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf