how to hide a scrollbar

Hi,

Is there a way ?

I googled a ShowScrollBar in wxWidget but do not find it in wxPython.

Regards,

Philippe

···

--
_________________________
Philippe C. Martin
www.snakecard.com
_________________________

Philippe C. Martin wrote:

Hi,

Is there a way ?

I googled a ShowScrollBar in wxWidget but do not find it in wxPython.

It depends on what kind of window the scrollbar is attached to...

···

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

ListBox & ListCtrl

···

On Wednesday 24 January 2007 03:21, Robin Dunn wrote:

Philippe C. Martin wrote:
> Hi,
>
> Is there a way ?
>
> I googled a ShowScrollBar in wxWidget but do not find it in wxPython.

It depends on what kind of window the scrollbar is attached to...

--
_________________________
Philippe C. Martin
www.snakecard.com
_________________________

Philippe C. Martin wrote:

···

On Wednesday 24 January 2007 03:21, Robin Dunn wrote:

Philippe C. Martin wrote:

Hi,

Is there a way ?

I googled a ShowScrollBar in wxWidget but do not find it in wxPython.

It depends on what kind of window the scrollbar is attached to...

ListBox & ListCtrl

It can't be done with those widgets. They manage their own scrollbars internally, and don't expose access to them.

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