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
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