I have a TileList bound to an ArrayCollection and a Label bound to the "length" property of the ArrayCollection.
When I call removeItemAt() on the ArrayCollection, my TileList updates correctly, but my Label does not ever get triggered. What I am doing incorrectly? Thanks, Gary

