Archive for September 22nd, 2007

22
Sep

Truncating labels in a Flex ComboBox dropdown menu using an item renderer

The following example shows how you can use a Label control as an item renderer in a Flex ComboBox control so that items which exceed the combo box dropdown menu’s width are truncated with a nice “…”.

Full code after the jump

Continue reading ‘Truncating labels in a Flex ComboBox dropdown menu using an item renderer’