Tag Archive for 'userollover'

20
Sep

Toggling item roll over highlighting on a List control in Flex

The following example shows how you can toggle item roll over highlighting on a Flex List control by setting the useRollOver style.

Full code after the jump.

Continue reading ‘Toggling item roll over highlighting on a List control in Flex’

07
Jul

Toggling item roll over highlighting on a ComboBox control in Flex

The following example shows how you can toggle the item roll over hightlighting on a Flex ComboBox control’s dropdown menu by setting the useRollOver style using ActionScript or CSS.

Full code after the jump.

Continue reading ‘Toggling item roll over highlighting on a ComboBox control in Flex’

01
Feb

Disabling item roll over highlighting in the Flex DataGrid control

Similar to the previous example, “Preventing a user from selecting an item in a Flex DataGrid control”, the following example shows how you can disable the item roll over highlight in the DataGrid control in Flex by setting the useRollOver style.

Full code after the jump.

Continue reading ‘Disabling item roll over highlighting in the Flex DataGrid control’

11
Jan

Toggling item roll over highlighting in the Flex Tree control

The following example shows how you can toggle item roll over highlighting in the Tree control in Flex by setting the useRollOver style.

Full code after the jump.

Continue reading ‘Toggling item roll over highlighting in the Flex Tree control’