Anyone know the equivalent of var scrollUpPropertyAction:AnimateProperty = new AnimateProperty(this); scrollUpPropertyAction.property = "verticalScrollPosition";
scrollUpPropertyAction.fromValue = this.verticalScrollPosition;
in a panel for flash builder 4? In addition in flex you use to be able to turn
on the scrollpolicy via the mxml tag like this -
verticalScrollPolicy="auto"
horizontalScrollPolicy="off"
Is their an equivalent know in flash builder?
-r

