4.869 TabControl
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ItemsControl > Selector > TabControl, IInputElement | |
TabControl | |
(usage) |
<TabControl> x:Object* </TabControl> |
(description) |
Represents a control that contains multiple items that share the same space on the screen. |
[content property] |
Items |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
ContentStringFormat |
x:String |
(description) |
A composite string that specifies how to format the contents of the TabItem objects if they are displayed as strings. |
ContentTemplate |
DataTemplate |
(description) |
The DataTemplate to apply to any TabItem that does not have a ContentTemplate or ContentTemplateSelector property defined. |
ContentTemplateSelector |
DataTemplateSelector |
(description) |
A DataTemplateSelector that provides custom logic for choosing the template that is used to display the content of the control. |
TabStripPlacement |
Dock |
(description) |
How tab headers align relative to the tab content. |