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()"/>

