From the category archives:

HorizontalList

The following example shows how you can toggle which sides of a Flex HorizontalList control display the border outline by setting the borderSides style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set the border color on a Flex HorizontalList control by setting the borderColor style.

Full code after the jump.

[click to continue…]

{ 0 comments }

In a previous example, “Creating a simple image gallery with the Flex HorizontalList control”, we saw how to create a simple image gallery using the HorizontalList control and Image control in Flex.

The following example shows how you can change the full image whenever you roll your mouse cursor over the items in the HorizontalList control, as well as how you can double click an item in the Horizontal List control to display the image using the PopUpManager class.

Full code after the jump.

[click to continue…]

{ 21 comments }

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

Full code after the jump.

[click to continue…]

{ 14 comments }

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.

[click to continue…]

{ 71 comments }

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }