I want to hide the borders of cells in wpf toolkit datagrid (like ShowGridLine property of WPF grid).
How can I achi开发者_如何转开发ve this behaviour?
It can be achieved by setting GridLinesVisibility="None"
I want to hide the borders of cells in wpf toolkit datagrid (like ShowGridLine property of WPF grid).
How can I achi开发者_如何转开发ve this behaviour?
It can be achieved by setting GridLinesVisibility="None"
精彩评论