wxTreeCtrl scroll: need help!

wxPython 2.4.2.4, GTK2(unicode)

Hi all!
How I can scroll wxTreeCtrl from program? If I change scrollbar it change, but tree not change. ScrollLines does not work in GTK, and I don't know any way to scroll tree. It is possible to scroll tree?

···

--
With best regards,
Alexander I. Evseev

I think this could help you.

http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin422.htm#wxtreectrlscrollto

  Greetings

      NRM

···

On Mon, 26 Jan 2004 09:10:49 +0600 "Alexander I. Evseev" <e-ai@yandex.ru> wrote:

wxPython 2.4.2.4, GTK2(unicode)

Hi all!
How I can scroll wxTreeCtrl from program? If I change scrollbar it
change, but tree not change. ScrollLines does not work in GTK, and I
don't know any way to scroll tree. It is possible to scroll tree?

--
With best regards,
Alexander I. Evseev

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

+-------------------------------------+

Mail: nrm@unix-admin.com.ar |
Icq UIN: 48329634 |
Jabber JID: nrm@narrowmind.com.ar |

+-------------------------------------+

Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!

I think this could help you.

http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin422.htm#wxtreectrlscrollto

  Greetings

      NRM

I want scroll to unvisible item - before first visible or after last visible. If there complex tree it is not trivial job determine item for scrollto. I think just scroll control is more easy, if it possible. But how to scroll control?

···

--
With best regards,
Alexander I. Evseev