Posts tagged as:

horizontalScrollPolicy

The following example shows how you can set the horizontal scroll policy on a Spark DropDownList control in Flex 4 by setting the horizontalScrollPolicy style on the drop down menu’s Scroller skin part.

[click to continue…]

{ 0 comments }

The following example shows how you can apply a custom horizontal scroll bar skin on the Spark List control in Flex 4 by setting the skinClass style.

Full code after the jump.

[click to continue…]

{ 6 comments }

The following example shows how you can set a base theme color on a Spark List control’s horizontal and vertical scroll bar by setting the baseColor style.

Full code after the jump.

[click to continue…]

{ 4 comments }

The following example shows how you can show or hide horizontal and vertical scroll bars on a Spark List control in Flex 4 by setting the horizontalScrollPolicy and/or verticalScrollPolicy styles.

Full code after the jump.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }

The following example shows you how you can create a horizontally scrolling List control in Flex by setting the horizontalScrollPolicy property.

Full code after the jump.

[click to continue…]

{ 29 comments }