gpt4 book ai didi

c# - 带有 MVVM 和 Prism 的 ResourceDictionary

转载 作者:行者123 更新时间:2023-11-30 13:05:12 25 4
gpt4 key购买 nike

我已经建立了一个只有一个模块的 Prism 项目。在模块中我定义了一些 View 。我想使用 ResourceDictionary 来设置 UI 元素的样式。

但是...如果我在 View1.xaml 中包含以下代码我收到以下错误

Warning 1 The designer does not support loading dictionaries that mix 'ResourceDictionary' items without a key and other items in the same collection. Please ensure that the 'Resources' property does not contain 'ResourceDictionary' items without a key, or that the 'ResourceDictionary' item is the only element in the collection.

代码如下:

<UserControl.Resources>                
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="../Resources/ResourceDictionary.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</UserControl.Resources>

如果我在 App.xaml 文件中包含代码,样式看起来已应用到设计器中,但是当我运行该项目时,出现以下错误:

Cannot find a Resource with the Name/Key

对于如何将 ResourceDictionary 样式与 Prism 和 MVVM 结合使用,您有什么有用的建议吗?

谢谢

最佳答案

关于c# - 带有 MVVM 和 Prism 的 ResourceDictionary,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5818442/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com