scrolling with StaticText
Posted: Sun Nov 28, 2004 10:07
There are currently no methods that allow you do access the scroll position directly, though what you wish to do is still possible (if not recommended). You need to ask for the internal scrollbar widget by name (which is the name of the static text with "__auto_vscrollbar__" appended), and manipulate the scrollbar directly. Be aware though, this is not an ideal thing to do and may break at some point down the road.
CE.
CE.