On 5/30/05, dd_trilobyte <[EMAIL PROTECTED]> wrote:

> I want to make a custom control in actionscript that is able to scroll
> its content. I think I need to extend the mx.core.ScrollView class but
> I can't find any information about it.

The ScrollView class does not automatically scroll content.  It simply
provides an API to implement for components that need to scroll their
contents.  The following Flex classes directly extend ScrollView:

 1.  mx.containers.Container
 2.  mx.controls.TextArea
 3.  mx.controls.listclasses.ScrollSelectList

If you open your FlexforFlash.zip, you'll be able to find the source
for all three classes.  That should be good enough to get you started.
 After that if you have any questions, feel free to ask here and I'll
be most willing to help.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to