When I remove a TabItem from a TabControl, it still holds a reference to tab item. According to RedGate, this has something to do with EffectveValueEntry.
What do I need to do to ensure the TabControl drops all references to the TabItem?
When I remove a TabItem from a TabControl, it still holds a reference to tab item. According to RedGate, this has something to do with EffectveValueEntry.
What do I need to do to ensure the TabControl drops all references to the TabItem?