Tag Archive for 'verticalscrollposition'

26
Aug

Programmatically scrolling a TextArea control in Flex

The following example shows how you can scroll a Flex TextArea control by setting the verticalScrollPosition and maxVerticalScrollPosition properties.

Full code after the jump.

Continue reading ‘Programmatically scrolling a TextArea control in Flex’

09
Nov

Setting a Flex container’s vertical scroll policy

The following example shows how you can use the verticalScrollPolicy property on a Flex VBox container to control the appearance of the vertical scroll bar when the container’s contents exceed the dimensions of the container.

Full code after the jump.

Continue reading ‘Setting a Flex container’s vertical scroll policy’