Tag Archive for 'horizontallist'

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’

15
Feb

Creating a simple image gallery with the Flex HorizontalList control

This request comes to us from a faithful reader who was wondering how you can display a full image when a user clicks on a thumbnail in a HorizontalList control in Flex. My solution was to put the thumbnail image and full image URLs in the data provider and then use bindings to the HorizontalList control’s selectedItem property.

Full code after the jump.

Continue reading ‘Creating a simple image gallery with the Flex HorizontalList control’

04
Jan

Displaying scroll tips in a HorizontalList control in Flex

The following example shows how you can display scroll tips in a Flex HorizontalList control by setting the Boolean showScrollTips property.

Full code after the jump.

Continue reading ‘Displaying scroll tips in a HorizontalList control in Flex’

04
Jan

Setting alternating colors on a Flex HorizontalList control

The following example shows how you can alternate item colors in a HorizontalList control in Flex by setting the alternatingItemColors style.

Full code after the jump.

Continue reading ‘Setting alternating colors on a Flex HorizontalList control’

04
Jan

Changing the background alpha of a HorizontalList control in Flex

The following example shows how you can change the background fill alpha on a HorizontalList control in Flex by setting the backgroundAlpha style.

Full code after the jump.

Continue reading ‘Changing the background alpha of a HorizontalList control in Flex’