Forum Discussion

tim_faron's avatar
tim_faron
Contributor
10 years ago
Solved

mx.controls.VScrollBar Support for setting position

I am testing a Flex application and in my application is a VScrollBar [mx.controls::VScrollBar object],   I don't see an obvious method to set the scrollBar to a specific position or to Min/Max. Do...
  • HKosova's avatar
    HKosova
    10 years ago

    wPosition is a property, so it should be:

     

    scrollbarObj.wPosition = 165;