Disabling scrollbars for wx.Grid

James Bigler wrote:

Is is possible to completely disable the scrollbars with wx.Grid?

No. You can easily turn them off since wxGrid derives from wxScrolledWindow, but any time something in the grid changes that would affect scrolling it recalculates the virtual size and resets the scrollbars.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!