Working with Properties: Adding ScrollBar
Updated: Mar 27, 2008
Views: 3512
Description: This tutorial we will go through the various steps needed to attach scroll bar to the 3D Flow List.
Set-Up and Add Content Using through XML
Before 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 myFlow
Add UIScrollBar component
In 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 Script
This can be done in action script also.
myFlow.scrollBar = myScrollBar;
Other Tutorials
