3

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?

4

1 に答える 1

1

Thanks for this link

jberger

While following your link I find two solutions that will fit my requirements:

Listbox Solution

TreeView Solution

于 2012-07-04T12:49:42.117 に答える