i searched for hours for a way to solve my problem but didn't get near to the solution.
I Want something like the Detail View of a Data Grid, but at a TreeView. So if i select an item of the TreeView i want to show three Buttons near the current selected item.
Level 0
Level 1
Selected item [button1] [button2] [button3]
Level 4
Level 4
I tried multiple ways:
- Special HierarchicalDataTemplate
- Visual States
- ... 4hours
But nothing solved it. Is there a way in XAML to do this?