I'm filling a panel with a few vboxes, and sometimes it grows to big... I've never done anything with the scroll bar programmatically... i've skinned it, but thats about it.
I'm adjusting this vbox's height programmatically, and so initially the panel may not have a scroll bar... i need to determine if the panel's children's height are tall enough to create the scroll bar in the panel, and if so, then scroll down on certain events... but all of that i can eventually figure out... I just need some direction on how to scoll in the panel, programmatically... Thank you Axel Jensen http://axel.cfwebtools.com

