I am new to WPF and am wondering how to best achieve a master detail grid as shown below.
The user will be able to press the right/left arrow keys to open/close Parents or click on the icon to achieve the same result. The data structure will be a parent/child 1 level deep.
How would I go about this?
-------------------------------------
Parent1 (P1) ^
-------------------------------------
P1 - Child 1
-------------------------------------
P1 - Child 2
-------------------------------------
Parent2 (P2) ^
-------------------------------------
P2 - Child 2
-------------------------------------
Parent3 (P3) >
-------------------------------------
Thanks in advance...