PDA

View Full Version : dynamic scrolbar slider position


matt poole
11-04-2003, 07:10 PM
Hi guys,

Does anyone know of a way of dynamically setting the position of the scrolbar slider in scrollpanes?

In other words, is there a way of setting the scrollbar slider to be half way down, for example, when content is loaded?

Thanks for any help you can give me:)

HITdrumHARD
11-04-2005, 11:51 PM
Try

myScrollPane.hPosition = horizontal pixels;

and

myScrollPane.vPosition = vertical pixels;