Posts tagged as:

scrollTipFunction

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.

[click to continue…]

{ 5 comments }

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.

[click to continue…]

{ 0 comments }

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

Full code after the jump.

[click to continue…]

{ 0 comments }