arpit / openpyro

An open source framework for ActionScript3 based applications
http://openpyro.org
MIT License
40 stars 5 forks source link

Fix List control to use repeated renderers to the maximum height of the List even if there isn’t a need for those renderers #14

Open arpit opened 15 years ago

arpit commented 15 years ago

Right now if a List can show 10 items but the data only exists for 2, only those two are rendered. This leaves the list empty under the 2 renderers.

original LH ticket

This ticket has 0 attachment(s).