Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide border of cells in wpf toolkit datagrid?

I want to hide the borders of cells in wpf toolkit datagrid (like ShowGridLine property of WPF grid).

How can I achive this behaviour?

like image 546
RockWorld Avatar asked May 07 '10 06:05

RockWorld


1 Answers

It can be achieved by setting GridLinesVisibility="None"

like image 56
RockWorld Avatar answered Oct 04 '22 23:10

RockWorld