Search Flex Samples

Working with Properties: Adding ScrollBar

Set-Up and Add Content Using through XMLBefore you begin make sure that you have successfully installed the component inspector have been able to load content into the 3d Flow list component using XML. Also make sure that you give your 3d Flow list has an instance name of myFlowAdd UIScrollBar componentIn the components window (Window > Components) expand the UIComponents node and drag the UIScrollBar component on to the stage. Give it an instance name myScrollBar. Place the scroll bar under the Flow List component. With the Flow List selected open the component inspector ( Window > Component Inspector ) and specify scroll bar's instance name in UIScrollBar property - enter myScrollBar.Action ScriptThis can be done in action script also.
myFlow.scrollBar = myScrollBar;

0 comments:

Related Flex Samples

Learn Flex: Flex Samples | Flex Video Tutorials Flex Examples