摘要: <DataGrid AlternationCount="2"> <DataGrid.RowStyle> <Style TargetType="{x:Type DataGridRow}"> <Style.Triggers> <Trigger Property="ItemsControl.Alterna 阅读全文
posted @ 2016-07-28 22:38 翻滚吧炒鸡蛋 阅读(5980) 评论(0) 推荐(2)
摘要: 如果DataGrid的checkbox出现点一个另外自动点另一个现象: 取消(EnableRowVirtualization)这个选项就可以正常了(关闭虚拟UI): 阅读全文
posted @ 2016-07-28 15:39 翻滚吧炒鸡蛋 阅读(167) 评论(0) 推荐(0)