WPF 交替行背景属性

mac2022-06-30  29

交替行背景色:RowBackground奇数行,AlternatingRowBackground偶数行

<!--#region 表格--> <DataGrid x:Name="datagrid1" RowBackground="#FFFFFF" AlternatingRowBackground="#F7F7F7">

 

转载于:https://www.cnblogs.com/SeNaiTes/p/9437377.html

相关资源:WPF编程宝典 part1
最新回复(0)