The following example shows how you can set the vertical scrollbar policy on a Flex TextArea control by setting the verticalScrollPolicy property to one of the constants in the mx.core.ScrollPolicy class.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the daily archives:
The following example shows how you can set the vertical scrollbar policy on a Flex TextArea control by setting the verticalScrollPolicy property to one of the constants in the mx.core.ScrollPolicy class.
Full code after the jump.
{ 0 comments }
The following example shows how you can scroll a Flex TextArea control by setting the verticalScrollPosition and maxVerticalScrollPosition properties.
Full code after the jump.
{ 0 comments }