custom ScrolledWindow

I think so. It's for a proprietary app, but I doubt they'd mind. Once
I've gotten it generalized (it's got a bunch of theming crap in it) I'll
contribute it.

Regards,
Cliff

···

On Wed, 2004-08-11 at 11:51, Robin Dunn wrote:

Cliff Wells wrote:
> On Wed, 2004-08-11 at 09:43, Robin Dunn wrote:
>
>
>>I wouldn't use a ScrolledWindow. As you've seen you'll have to fight
>>with its built-in scrolling and scrollbar management.
>>
>>
>>>Is my approach using Move() the only way to achieve this, or is there a
>>>better way?
>>
>>You could try using wx.Window.ScrollWindow but I think that all it does
>>for child windows is call their Move so you may be able to do the same
>>thing yourself and have a bit more control if you need it.
>
>
> Thanks for the reply, Robin. Not much different logically, but it does
> seem a little snappier using wx.Panel.ScrollWindow().

BTW, this sounds like it would be a generally useful widget. Are you
able to contribute it?

--
Cliff Wells <clifford.wells@comcast.net>