"It depends. Box is used to layout multiple children in either horizontal or vertical order. Do you want to scroll more than one child at once?"
Yeah, there could be an instance were I would need to scroll more than one child. Is there an easy way to access the property contentPane in mx.core.Container? --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > It depends. Box is used to layout multiple children in either > horizontal or vertical order. Do you want to scroll more than one child > at once? > > > > There is also a subclass of UIComponent called ScrollControlBase which > the list classes and TextArea use for scrolling. > > > > -Alex > > > > ________________________________ > > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Paul Solomon > Sent: Sunday, January 21, 2007 4:06 PM > To: [email protected] > Subject: [flexcomponents] Tweenable text scrolling -- is it easily > possible? > > > > I want to build/extend a component that will allow me to tween the > scrolled content. I want > to be able to scroll containers and TextArea. What is the best approach > - extend > UIComponent or Box? With text I'd have to wrap the TextArea in a > container because scrollV/ > scrollH isn't a pixel value. >
