Tag Archive for 'scrollpolicy'

27
Aug

Setting the horizontal scrollbar policy on a DataGrid control in Flex

The following example shows how you can set the horizontal scrollbar policy on a Flex DataGrid control by setting the horizontalScrollPolicy property to one of the constants in the mx.core.ScrollPolicy class.

Full code after the jump.

Continue reading ‘Setting the horizontal scrollbar policy on a DataGrid control in Flex’

26
Aug

Setting the vertical scrollbar policy on a TextArea control in Flex

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.

Continue reading ‘Setting the vertical scrollbar policy on a TextArea control in Flex’