Is there an easy way in in the GridView to hide the cell focus rectangle.
I have a read only GridView that we do not show Lines on at all and the SelectionUnit is set to FullRow and other than the focus rectangle in the cell it looks exactly as we want it to.
I saw some talk on this in the Silverlight Forum back in 2009. It started with a loop through the rows rectangles but that no longer appears to work.
Silverlight Thread
More recently it was suggested that we have to create a custom style or data template to override the default and remove the focus rectangle from that. Is that the case for WPF also?
I have a read only GridView that we do not show Lines on at all and the SelectionUnit is set to FullRow and other than the focus rectangle in the cell it looks exactly as we want it to.
I saw some talk on this in the Silverlight Forum back in 2009. It started with a loop through the rows rectangles but that no longer appears to work.
Silverlight Thread
More recently it was suggested that we have to create a custom style or data template to override the default and remove the focus rectangle from that. Is that the case for WPF also?