Ian
What exactly you have in mind? to adopt a behavior in this list.
Here's a little approach
<mx:List rowHeight="10">
<mx:Array>
<mx:String>Item 1</mx:String>
<mx:String>Item 2</mx:String>
<mx:String>Item 3</mx:String>
<mx:String>Item 4</mx:String>
<mx:String>Item 5</mx:String>
</mx:Array>
</mx:List>
Using the rowHeight can solve your problem.
On 5/4/07, Ian Skinner <[EMAIL PROTECTED]> wrote:
I have a list control in a fairly small area, I would like to tighten up
the items in the list by removing some of the whitespace around each
item, but I'm not getting clear results with what I have tried so far.
<mx:List
id="area"
height="60"
dataProvider="{parentApplication.areas}"
allowMultipleSelection="true"
labelField="text"
change="filterDraws()"/>
--
----------------------------
Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta