piDogDataView.DataView.PaintGridline

Scope: Public
Event PaintGridline(g as graphics, row as integer, column as integer, rect as Xojo.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)