Search code examples
apache-flexflex4flash-builderflex4.5flex4.6

Skin VScrollBar from a TextArea


This is the question: How can i Skin the VScrollBar from a TextArea!? I did skin a VScrollBar from a Spark List and works fine but not this one!! Any help!? Thanks ;-)


Solution

  • Set the skin using a stylesheet that sets all scrollbars within your chosen textareas to use your skin. For example, use this directive:

    .scrollableText s|VScrollBar
    {
        skin-class: ClassReference("com.net.org.skins.ScrollBarSkin");
    }
    

    To skin this textarea:

    <s:TextArea styleName="scrollableText">