M 
		
								
				
				
			
		Mark.Larsen
I made a class that extends DataGridColumnStyle.  In the
Paint override I draw a border around each cell in the
column.
All cells look fine except for the last one (final row).
The lines I draw in the far right and bottom of the cell
don't show. I can draw 1 pixel up from the bottom and 1
pixel left of the right border. What is preventing me
from painting the border around this last cell?
				
			Paint override I draw a border around each cell in the
column.
All cells look fine except for the last one (final row).
The lines I draw in the far right and bottom of the cell
don't show. I can draw 1 pixel up from the bottom and 1
pixel left of the right border. What is preventing me
from painting the border around this last cell?
