scrollbar is frozen

Marduel, Xavier wrote:

Hi,
In some circumstances, the horizontal scrollbar of a list (or a grid) is frozen:
Create a Panel with a vertical scrollbar - fill the panel with some children, among them a List Control with, let's say, 2 columns.
Run the app, and make the panel large enough so that the list has no horizontal scrollbar.
Make a toplevel window small enough so that the panel's vertical scrollbar appears.
Move the panel's vertical scrollbar so that the top of the list is visible, but the lower part of the list is not.
Make a column of the list larger, so that the list's horizontal scrollbar should appears (yet not visible because of
the lower part of the list is not visible)
Move the panel's vertical scrollbar in order to see the list's horizontal scrollbar.
try to move the list horizontal scrollbar -> it is frozen.
Note: if the panel has no children after the list, and that the border of the list in zero, then the scrollbar is not frozen...
On Linux, the scrollbar is not frozen, but is frozen on Windows.
wx version 2.6.3 (and higher)
Do I do something wrong or is this a real bug ?
Are there some workaround ? ( I have found any)

It's probably a bug, but since that scrollbar is part of the native ListView widget then there probably isn't anything we can do about it.

ยทยทยท

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