The control should be able to handle with more items than labels as long as the number of labels is sufficient to display all the items that are actually within the current WorldDefinitionArea.
Implementation note: This will require an interaction between the items and the LabelManager:
- Each item has to notify the manager if it became completely invisible
- The item manager should be able to recycle those label controls if it runs out of labels for new items.
Implementation note: This will require an interaction between the items and the LabelManager:
- Each item has to notify the manager if it became completely invisible
- The item manager should be able to recycle those label controls if it runs out of labels for new items.