Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 WPF 中的菜单设置样式,并希望查看它的外观,而无需启动应用程序来打开菜单。
有没有办法在设计时保持菜单打开(所以我可以看到菜单项),所以我可以看到我去的变化?
我目前只有 Visual Studio 2010 可以使用。
您可以设置 IsSubmenuOpen="True",但如果您单击其他位置,菜单将关闭。再次设置为打开。
进行更改后,您应该能够在设计窗口中看到更改-您使用的是VS2010 express吗?我发现当我进行样式更改时,设计师没有刷新 - 我必须关闭/重新打开表单才能看到反映的更改。您不需要构建来查看设计更改,除非您当然要添加新的用户控件等需要在设计师处理它们之前构建