I'm using a wx.Grid with no row labels under GTK (Ubuntu Dapper, Python
2.4.3, wxWidgets 2.8.7.1). To get rid of the row label, I've been
issuing SetRowLabelSize(0) during the grid creation. However, when the
grid displays, it doesn't display the vertical border line on the left
side. I found that with SetRowLabelSize(1), this border displays, but
sometimes there is a one-pixel gap in the top left corner of the border.
With SetRowLabelSize(2), the border looks complete.
Mark