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’
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’
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’