Quantcast
Channel: Flex Examples » List
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Setting the label color on a disabled List control in Flex

In a previous example, “Changing the background color of a disabled List control in Flex”, we saw how you could customize the background color of a disabled Flex List control by setting the...

View Article



Image may be NSFW.
Clik here to view.

Toggling a drop shadow on the List control in Flex

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. View MXML <?xml version="1.0"...

View Article

Image may be NSFW.
Clik here to view.

Setting the label color of a selected item on a List control in Flex

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. View MXML <?xml version="1.0"...

View Article

Image may be NSFW.
Clik here to view.

Setting an effect when the items in a data provider change on a List control...

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. View...

View Article

Image may be NSFW.
Clik here to view.

Setting the item selection duration on a List control in Flex

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. View MXML <?xml version="1.0"...

View Article


Image may be NSFW.
Clik here to view.

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. <?xml version="1.0"...

View Article

Image may be NSFW.
Clik here to view.

Removing the border skin on a List control in Flex

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. View MXML...

View Article

Image may be NSFW.
Clik here to view.

Using a CFF embedded font with a Halo List control in Flex 4

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

View Article


Image may be NSFW.
Clik here to view.

Changing the mouse cursor when rolling over items in an MX List control in Flex

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

View Article


Image may be NSFW.
Clik here to view.

Disabling item highlight indicator in the MX List control in Flex 3

In a previous example, “Disabling item roll over highlighting in the Flex DataGrid control”, we saw how you could disable the item roll over highlight in the MX DataGrid control in Flex by setting the...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images