gpt4 book ai didi

找不到 WPF 资源

转载 作者:行者123 更新时间:2023-12-04 19:42:38 27 4
gpt4 key购买 nike

如果我在 XAML 中使用以下内容,我会收到错误消息:

    <Style TargetType="TreeViewItem">
<Style.Triggers>
<DataTrigger Binding="{Binding Selected}" Value="True">
<Setter Property="Background" Value="{DynamicResource {x:Static SystemColors.HighlightColor}}"/>
</DataTrigger>
</Style.Triggers>
</Style>

错误是:

System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='#FF316AC5'

最佳答案

您的意思是 HighlightColorKey,而不是 HighlightColor。键与 DynamicResource 一起使用,而颜色仅与 {x:Static} 一起使用,但不会是动态的。

关于找不到 WPF 资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2865888/

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