you could try "yourScrollPane.invalidate();" or "yourScrollPane.redraw(true);" one of those may work for you. or maybe "yourScrollPane.vScroller.invalidate();" It's been a while fer me since I've messed with the stock ScrollPane, and it can be a real pain ;)
HTH On Wed, 2006-08-30 at 09:59 -0400, Mendelsohn, Michael wrote: > Hi list... > > I have a scrollpane that contains a mc that goes to different frames > whose heights longer or shorter, thus turning on or off the scrollpane > components vertical scrollbar (vScrollPolicy = auto). The problem is > when the vScrollBar becomes visible, the thumb is up too high. Setting > the vPosition to 0 doesn't make a difference. Any clues? > > Thanks, > - Michael M. > > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

