From the category archives:

Slider

The following example shows how you can toggle data tips on the Flex HSlider control by setting the Boolean showDataTips property.

Full code after the jump.

[click to continue…]

{ 5 comments }

The following example shows how you can prevent a user from clicking on the track of a Flex HSlider control by setting the Boolean allowTrackClick property.

Full code after the jump.

[click to continue…]

{ 3 comments }

The following example shows how you can set the label offset on a Flex VSlider control by setting the labelOffset style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set the label offset on a Flex HSlider control by setting the labelOffset style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can use an embedded font with the Flex HSlider control by setting the fontFamily and labelStyleName styles.

Full code after the jump.

[click to continue…]

{ 0 comments }

In a previous example, “Setting the tick thickness on a Slider control in Flex”, we saw how to change the thickness of a tick on a Flex HSlider control by setting the tickThickness style.

The following example shows how you can set the length of a tick on a Flex HSlider control by setting the tickLength style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can control the data tip offset in a Flex HSlider control by setting the dataTipOffset style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set the thickness of a tick on a Flex HSlider control by setting the tickThickness style.

Full code after the jump.

[click to continue…]

{ 0 comments }

Customizing a slider control’s data tip

by Peter deHaan November 3, 2007

The following example shows how you can customize a slider control’s data tip in Flex. This example uses an embedded font and a data tip with a negative data tip offset that overlaps the slider thumb.
Full code after the jump.

Read the full article →

Programmatically positioning tick marks on a slider control

by Peter deHaan November 3, 2007

The following example shows how you can programmatically set tick positions on a Flex Slider control by setting the tickValues property.
Full code after the jump.

Read the full article →

Toggling a Flex Slider control’s tickInterval property

by Peter deHaan November 3, 2007

The following example shows how you can toggle a Flex Slider control’s tick marks so they are only visible while the user’s mouse cursor is over the HSlider/VSlider control.
Full code after the jump.

Read the full article →

Resizing a Flex List control using the rowCount property

by Peter deHaan October 28, 2007

The following example shows how you can resize a List control in Flex using the rowCount property. By setting the rowCount property, the List control is automatically resized so that only the specified number of rows are displayed.
Full code after the jump.

Read the full article →