views:

693

answers:

1

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!

A: 

There's a sample on MSDN

And another implementation on CodeProject

Thomas Levesque