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.
我想在 app.xaml 中定义一个网格样式,包括背景颜色。但是,在此处设置颜色会使整个内容立即不可见。
执行应用程序时,会出现以下内容:
片刻后,按钮可见。如何防止这种情况发生,请记住,我希望网格具有全局背景颜色。
Grid您可以按照您所做 的那样使用全局样式。
Grid
您面临的问题来自 Visual Studio。因此,仅当您通过 Visual Studio 启动应用程序时,才会出现问题。
为了提供实时跟踪 UI 元素的可能性,VS 似乎添加了一个AdornerLayerWindow,我想它也使用了一个Grid,你会看到。您可以在 中找到此窗口Application.Current.Windows。
AdornerLayerWindow
Application.Current.Windows
要摆脱这种行为,您必须停用选项Options->Debugging->UI-Tools for XAML activate