How can I add items on list view without repeating?

or… if your items are in an array before adding them to the list, use “AddUnique” instead of the normal add.
And make sure to clear the lists children before repopulating it.