Tag Archive for 'showscrolltips'

05
Jul

Toggling live scrolling on a ComboBox control’s dropdown menu in Flex

The following example shows how you can enable or disable live scrolling on a Flex ComboBox control’s dropdown menu by setting the liveScrolling property on the ComboBox control’s dropdown property.

Full code after the jump.

Continue reading ‘Toggling live scrolling on a ComboBox control’s dropdown menu in Flex’

01
Jul

Formatting scroll tips on a ComboBox control in Flex

In a previous example, “Displaying scroll tips on a ComboBox control in Flex”, we saw you can toggle scroll tips on a Flex ComboBox control’s dropdown menu by setting the showScrollTips and dropdown properties.

The following example shows you how you can format the scroll tip on a Flex ComboBox control by setting the scrollTipFunction property on the ComboBox control’s dropdown property.

Full code after the jump.

Continue reading ‘Formatting scroll tips on a ComboBox control in Flex’

01
Jul

Displaying scroll tips on a ComboBox control in Flex

The following example shows how you can toggle scroll tips on a Flex ComboBox control’s dropdown menu by setting the showScrollTips property on the ComboBox control’s dropdown property.

Full code after the jump.

Continue reading ‘Displaying scroll tips on a ComboBox control in Flex’

28
Mar

Displaying scroll tips in a List control in Flex

The following example shows how you can display scroll tips in a Flex List control by setting the showScrollTips property. You can also customize the scroll tip text by setting a custom scroll tip function using the scrollTipFunction property.

Full code after the jump.

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

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’

21
Nov

Creating a custom scroll tip function on a Flex TextArea control

The following example shows how you can create a custom scroll tip function for a TextArea control in Flex.

Full code after the jump.

Continue reading ‘Creating a custom scroll tip function on a Flex TextArea control’

21
Nov

Displaying scroll tips on a Flex TextArea control

The following example shows how you can display scroll tips on a Flex TextArea control when the user drags the scroll thumb.

Full code after the jump.

Continue reading ‘Displaying scroll tips on a Flex TextArea control’