Here's a demo of my AlignedHorizontalLost control. It only contains two overridden methods - updateDisplayList() explicitly invokes measure() and the overridden measure() resizes the control using the measureWidthOfItems() function.
If you open the demo, you can add and remove items. The top list is the regular left aligned HorizontalList and the bottom is my extended version.
Add a comment