Hi,
The best way is "Do not wrap the item to the nextline as List items
should not get cut down into two lines".
Instead, use itemrenderer to display the list items. It will show ...
if the item is long. And the tooltip will show the complete item.
Below is the example.
<mx:List dataProvider="{dp}" labelField="label" width="50"
itemRenderer="mx.controls.Label">
</mx:List>
Thanks,
Sangeeta Kalyani
On May 10, 9:22 am, Venky <[email protected]> wrote:
> use {'\n'} for new line
>
> --
> Venky
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group
> athttp://groups.google.com/group/flex_india?hl=en.
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.