I have an entity class. This entity has lots of properties and entity\'s data is shown to the user in several TabItems of a TabControl. I also impl
TabItems
TabControl
Marked as answer approach has one drawback - content of TabItem will be always re-rendered when selected. If it's critical - you can try this.