vote up 0 vote down star

Yi-Lun Luo at Microsoft says:

[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:

  1. Extends the TabControl.
  2. Overrides the PrepareContainerForItemOverride.
  3. Automatically wraps my data source in TabItems or my own TabItemExtended controls?
flag

1 Answer

vote up -2 vote down

There is a good example of a subclassed TabControl is the Prism RI. Make sure to look at Themes\generic.xaml and Shell.xaml for the templates.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.