[wxpython-users] wxGrid - no row labels
by Mark Erbaugh other posts by this author
May 8 2008 3:19PM messages near this date
Re: [wxpython-users] wx.ListCtrl Error When Loading Values
|
Re: [wxpython-users] wxGrid - no row labels
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
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Thread:
Mark Erbaugh
Paul McNett
|