piDogDataView.DataView.GridlinePaint
Scope: Public
Event GridlinePaint(g as graphics, row as integer, column as integer, rect as REALbasic.Rect) As Boolean
This event is fired after the list is drawn and before the header is drawn. return true if the drawing has been handled.
//example of custom gridline drawing
g.DrawRect(rect.Left+1,rect.top+1,rect.width-2,rect.height-2)