Hello,
I’m writing an application in AS3 and I have a combo box with numerous items inside of it. When I call removeItem() on one of the list items and I click on the combo box again, it does delete the list item, however, there is a white space where the list item use to be. It seems as if the list ‘height’ doesn’t automatically adjust when you remove an item? Is there a way to fix this?
Thanks