Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
How to load style for sub menu item of a menu item which is placed inside a context menu in wpf?
or tell me a solution to this scenario - : In a button click(not right click, only left click) a menu should appear with sub menus displayed when mouse over the main menu items.(Important All menu items should be loaded at run-time/dynamically

Actually i did it in this way and its working, 1. I created a button and in its click event i opened a context menu. 2. The context menu has menu-item with header and its item. 3. I applied style for context menu. output: this shows menu with correct style in button click and on mouse over sub menu is displayed. But the problem is the style is not applied to sub menu. i tried of assigning style to that menu item also, but its useless...

Pls suggests me some solutions.....
Thanks in advance
Posted
Updated 8-Jan-13 21:05pm
v2

1 solution

Found answer - "ItemContainerStyle"
We have to set itemcontainerstyle property of a menuitem.
Thanks for reading Any way
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900