This post is about how to make a simple custom list item renderer, by extending the HBox, and decreasing its height so you can see more items…
Application - Source
Making an ItemRenderer for the List Smaller
the key is in the renderer code… and setting the padding to be negative…
<mx:HBox>
xmlns:mx=”http://www.adobe.com/2006/mxml”
paddingTop=”-3″
paddingBottom=”-3″
>
doing this makes me feel like i’m back doing [...]



