A bar with tabs. The content is represented by the Tab items.
Inherits: UIElement : UIElementBaseContent property: Tabs
Name | Type | Description |
---|---|---|
Tabs | TabCollection |
The set of tabs (Tab items). |
ItemsSource | Array |
Always a binding - Bind. Data
source for the tabs. The content of the item will repeat according to the
content of the ItemsSource .
|
Header | Object |
The bar header. Displayed on the right side of the bars tab. Can be a string, a binding, or an UIElementBase. |
Border | Boolean | Whether to display a border around the bar. |
FullPage | Boolean | The bar will occupy the entire page (it is the root item). |
MinHeight | Length | The bar minimum height. |
Overflow | Boolean |
Whether a scroll-bar can appear in the bar. Set this property if
you want pop-up windows (such as DatePicker ) to be
able to extend beyond the borders of the element. In this case,
you need to be careful to ensure that the main content does not
go beyond the borders. The scroll bar will not be displayed.
|
TabPosition | TabPosition |
The tab bar position. Possible values:
|
Base item properties |
XAML
Result