会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
iSantiago2000i
博客园
首页
新随笔
联系
订阅
管理
2024年11月19日
tip2:关于GridViewHeaderRowPresenter和GridViewRowPresenter
摘要: 点击查看代码 <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)
2024年11月13日
tips1:WPF绑定的一种情况 Binding
摘要: <CheckBox Margin="10" VerticalAlignment="Center" IsChecked="{Binding RelativeSource={RelativeSource Templatedparent}, Path=IsExpanded}" /> CheckBox 的
阅读全文
posted @ 2024-11-13 21:00 iSantiago2000i
阅读(132)
评论(0)
推荐(0)
公告