ExpanderBounds
&& teamItem->ExpanderBounds().Contains(where)) {
Invalidate(teamItem->ExpanderBounds());
if (lastItem->ExpanderBounds().Contains(where))
Invalidate(lastItem->ExpanderBounds());
&& lastItem != NULL && lastItem->ExpanderBounds().Contains(where)) {
Invalidate(lastItem->ExpanderBounds());
BRect ExpanderBounds() const;