Tag Archive for 'maxhorizontalscrollposition'

03
Apr

Setting the horizontal scroll position in the HorizontalList control in Flex

The following example shows how you can scroll the Flex HorizontalList control by setting the horizontalScrollPosition property.

Full code after the jump.

Continue reading ‘Setting the horizontal scroll position in the HorizontalList control in Flex’

26
Jan

Scrolling a Flex List control horizontally

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.

Continue reading ‘Scrolling a Flex List control horizontally’