SPF: Grid in a context menu - is this possible?

  • Thread starter Thread starter Griff
  • Start date Start date
G

Griff

In Visual Studio, if you hover over an item, the IDE open up a context menu
with an expandable [+] sign. Clicking on this then brings up a context menu
that appears as a grid. Clicking on sub items with a [+] then open up
further contextmenus etc, etc.

I'd like to be able to open up a context menu in WPF that also contains a
grid (ideally data-bound to a List(of myObject)) but don't know how to do
this....any ideas?

Thanks

Griff
 
Me and my spelling....I don't know

for "SPF" please read "WFP" - sorry about that, slight aberration at the
keyboard.
 
Back
Top