gpt4 book ai didi

wpf - ResourceDictionary 样式错误 : "type must derive from FrameworkElement or FrameworkContentElement

转载 作者:行者123 更新时间:2023-12-05 00:12:03 26 4
gpt4 key购买 nike

GridViewColumnHeader继承了 FrameworkElement 但 GridViewColumn没有。这是否意味着我们不能在资源字典中设置后者的样式?

文本片段

<ResourceDictionary 
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

<Style TargetType="{x:Type GridViewColumn}">
</Style>

<Style TargetType="{x:Type GridViewColumnHeader}">
<Setter Property="Background" Value="LightBlue"/>
</Style>

</ResourceDictionary>

带有错误消息的片段

Resource Dictionary Snippet

最佳答案

是的,这正是您所说的意思。 GridViewColumn 没有样式。它不是一个 UiElement。但是 GridViewColumnHeader 是其中之一,它支持样式。

关于wpf - ResourceDictionary 样式错误 : "type must derive from FrameworkElement or FrameworkContentElement,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23116419/

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