[wxPython-users] IEHtmlWindow GetScrollPos

Robin Dunn robin at alldunn.com
Mon Oct 1 12:57:31 PDT 2007


Ken Seehart wrote:
> What's the deal with the scroll bar for IEHtmlWindow?
> 
> GetScrollPos(wx.VERTICAL) always returns 0.
> GetScrollRange(wx.VERTICAL) always returns 1.
> (same for wx.HORIZONTAL)

The scrollbars in the IEHtmlWindow don't belong to wxWidgets so it has 
no access to them.  You are just seeing the default values for those 
methods if wx scrollbars were active for the window.


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





More information about the wxpython-users mailing list