摘要: 点击查看代码 <Window.Resources> <Style x:Key="MyHeaderStyle" TargetType="{x:Type GridViewColumnHeader}"> <Setter Property="Background" Value="BurlyWood" /> 阅读全文
posted @ 2024-11-19 15:42 iSantiago2000i 阅读(40) 评论(0) 推荐(0)
摘要: <CheckBox Margin="10" VerticalAlignment="Center" IsChecked="{Binding RelativeSource={RelativeSource Templatedparent}, Path=IsExpanded}" /> CheckBox 的 阅读全文
posted @ 2024-11-13 21:00 iSantiago2000i 阅读(132) 评论(0) 推荐(0)