[C]urrently [the] TabControl doesn't override PrepareContainerForItemOverride, so it won't automatically wrap your data source in TabItems.
So the question is: How do I create my own control that:
- Extends the TabControl.
- Overrides the PrepareContainerForItemOverride.
- Automatically wraps my data source in TabItems or my own TabItemExtended controls?