I just realized what it means when an item renderer gets reused in a grid. What exactly do I need to do to remove any preexisting state from the item renderer? In essence, I'm want to come up w/ a "clear old state" method but being new to flex, I'm not sure what I need to do.
One thing I do do is remove children (since I had added children). Do I also reset style state? I'm not sure how to cover my basis. Thanks Gary F.