scroll

I have a wx.ScrolledWindow and I want to scroll to the last scroll unit (the scroll bars should be in the right and top position). How can I calculate the maximun scroll unit to use scroll(x,y) in a right way?

Thanks.
David Asensio Ortega

···

_________________________________________________________________
¿Todavía no conoces el nuevo MSN Messenger? Descárgatelo gratis aquí. http://messenger.microsoft.com/es

David ASN wrote:

I have a wx.ScrolledWindow and I want to scroll to the last scroll unit (the scroll bars should be in the right and top position). How can I calculate the maximun scroll unit to use scroll(x,y) in a right way?

The max number of scroll units are virtualSize/scrollRate.

···

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