I have a WPF project following an MVVM pattern.
I have one control that contains a tab control. The tab control binds to an observable collection. Each item in the o
A TabControl does recycling virtualization internally. You can find two different approaches to prevent this in this StackOverflow questions:
TabControl