views:

155

answers:

1

Is it possible to define few groups in one ListView? I mean group inside group, it is like tree. If yes - any link to sample, tutorials.

A: 

You can use the HierarchicalDataTemplate to define an individual item - This is typically used in a TreeView control

IanR