Archive

Posts Tagged ‘ellipsis’

List with truncation instead of a horizontal scroll bar

February 15th, 2010 4 comments

The default spark List will add a horizontal scroll bar when the contents of the List are wider than its width. This post shows how to change that behavior using a custom item renderer so that a truncation mark like an ellipsis is used instead.
Read more…