[wxPython-users] IEHtmlWindow GetScrollPos
Ken Seehart
ken at seehart.com
Wed Oct 10 20:38:23 PDT 2007
Robin Dunn wrote:
> 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.
>
>
Is there any workaround for this? I'm in trouble if I can't get and set
the scrollbar position.
- Ken
More information about the wxpython-users
mailing list