How do I open a WPF menu at design-time?
design-time, styles, visual-studio-2010, wpf
Solution
You can set IsSubmenuOpen="True", but if you click somewhere else, menu will close. Set it again to open.
Problem
I'm styling a menu in WPF and would like to see how it looks, without having to launch the application to open the menu. Is there a way to keep the menu open (so I can see the menu items) at design-time, so I can see the changes as I go? I currently only have Visual Studio 2010 to work with.