Larimow
Larimow

Reputation: 145

Organizing TreeView nodes in a table

I am currently searching for a way to present data in a TreeView in a more organized way. I was looking for combining TreeView with grid view and I know several people have tried this before but I was not able to adapt these information on my problem as I have no idea about XAML up to know and barely time to learn it. Thats the way it currently looks like:

old TreeView

I would like to have the details directly below the headings but I have no idea how to do this. Thanks a lot in advance.

Kind regards

Larimow

Upvotes: 2

Views: 337

Answers (1)

curiousity
curiousity

Reputation: 4741

Try to use ObjectListView - I think this is the easiest way!

Upvotes: 1

Related Questions