Can you add items to a context menu in a parents menu?

Posted by Joel Barsotti on Stack Overflow See other posts from Stack Overflow or by Joel Barsotti
Published on 2010-05-26T04:26:24Z Indexed on 2010/05/26 4:31 UTC
Read the original article Hit count: 245

Filed under:
|
|

or conversly can you import a parents menu items into a child window?

So I have an UI that is composed of controls that all have their own context menu, but we also have a datagrid that get's nested inside our generic contaier.

So when you right click the datagrid elements I want to show both the context items I've created for the datagrid and the items from the generic container.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wpf