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?
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
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?