Is there some method to scroll scrolledPanel manually?

Hi there,

I'm new in wxPython and in this groups. So, I'd like to know if exists
some method to manually specify a offset in a ScrolledPanel.
For example, if I have a 400x400 ScrolledPanel and I wanna like to
move it vertically at position (0, 200). Is it possible?

Cheers,
Joe.

There’s ScrollChildIntoView()
Would that be sufficient?
http://www.wxpython.org/docs/api/wx.lib.scrolledpanel.ScrolledPanel-class.html

···

On Wed, Mar 30, 2011 at 12:05 PM, Master85 m45t3r85@gmail.com wrote:

Hi there,

I’m new in wxPython and in this groups. So, I’d like to know if exists

some method to manually specify a offset in a ScrolledPanel.

For example, if I have a 400x400 ScrolledPanel and I wanna like to

move it vertically at position (0, 200). Is it possible?

Cheers,

Joe.

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

If not then looking at the implementation of ScrollChildIntoView should give you some clues.

···

On 4/1/11 12:45 PM, mw wrote:

There's ScrollChildIntoView()
Would that be sufficient?
wxPython API Documentation — wxPython Phoenix 4.2.2 documentation

--
Robin Dunn
Software Craftsman