ListCtrl without scrollbars

Hi,

is there an easy way to create a ListCtrl (report) totally without automatic scrollbars? I use the mixin ListCtrlAutoWidthMixin and it works fine if the number of rows is lesser than the listctlr widget high itself, otherwise the widget shows both scrollbars.

Jiri

Jiri Vit wrote:

Hi,

is there an easy way to create a ListCtrl (report) totally without automatic scrollbars?

No.

I use the mixin ListCtrlAutoWidthMixin and it works fine if the number of rows is lesser than the listctlr widget high itself, otherwise the widget shows both scrollbars.

It shouldn't be showing both, just the vertical scrollbar. Although I suppose that if there isn't enough room to display all columns plus leave room for the vertical scrollbar then it would have to show both, but the ListCtrlAutoWidthMixin does try to leave room for the scrollbar if it can.

ยทยทยท

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