Tag Archive for 'columnwidth'

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’

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’