How to set a Spark List height to the height of its content?
Tried this:
var lastRow:IVisualElement = myList.dataGr
In mxml you can do it like so:
You set the requestedMinRowCount or the requestedRowCount in the layout inside the List. It got me before, too. Hope that helps.