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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Griff

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

    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


  • Griff

    #2
    Re: Grid in a context menu - is this possible?

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

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


    Comment

    Working...