随笔分类 - WPF
摘要:AutoGenerateColumns 自动生成列 GridLinesVisibility 网格线可见性 CanUserDeleteRows 用户是否可以删除行 CanUserAddRows 用户是否可以添加行 CanUserSortColumns="false" 禁止排序 文字居中 <Style
阅读全文
摘要:// Command传参1Command="{Binding VoltageCollectionCommand}" CommandParameter="{Binding ElementName=VoltageCellection,Path=IsChecked}"/> // Command传参2Com
阅读全文
摘要:Triggers 单触发器 触发条件后对样式进行更改 <Style.Triggers> <Trigger Property="IsMouseOver" Value="True"> <Setter Property="Background" Value="AliceBlue" /> <Setter P
阅读全文