The following example shows how you can change the mouse cursor when rolling over an item in an MX List control in Flex by listening for the itemRollOver and itemRollOut events and using the CursorManager.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
The following example shows how you can change the mouse cursor when rolling over an item in an MX List control in Flex by listening for the itemRollOver and itemRollOut events and using the CursorManager.
{ 0 comments }
The following example shows how you can use a CFF/DefineFont4 embedded font with a Halo/MX List control in Flex 4 by setting the textFieldClass style to the new mx.core.UIFTETextField class.
Full code after the jump.
{ 0 comments }
The following example shows how you can remove the border skin on a Flex List control by setting the borderSkin style to null using MXML, CSS, and ActionScript.
Full code after the jump.
{ 4 comments }
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.
{ 0 comments }
The following example shows how you can set the item selection duration on a Flex List control by setting the selectionDuration style.
Full code after the jump.
{ 0 comments }
The following example shows how you can add a data effect when the items in a data provider change in a Flex List control by setting the itemsChangeEffect effect style.
Full code after the jump.
{ 11 comments }
The following example shows how you can set the label color for a selected item in a Flex List control by setting the textSelectedColor style.
Full code after the jump.
{ 0 comments }
The following example shows how you can toggle a drop shadow on a Flex List control by setting the dropShadowEnabled style.
Full code after the jump.
{ 0 comments }