Skip to main content
A newer version of this page is available. .

TabView Properties

A view that organizes content into groups at the same hierarchy level and allows tab navigation between them.
Name Description
ActualAppearance Gets the common appearance settings that are applied to the current TabView.
HeaderPanelBackgroundColor Gets or sets the background color of the view’s header panel. This is a bindable property.
HeaderPanelContentAlignment Gets or sets a value that specifies how the view aligns item headers in the header panel. This is a bindable property.
HeaderPanelHeight Gets or sets the header panel’s height when the HeaderPanelPosition is set to Top or Bottom. This is a bindable property.
HeaderPanelIndent Gets or sets spacing before the first item and the panel’s start edge. This is a bindable property.
HeaderPanelItemSpacing Gets or sets the spacing between item headers. This is a bindable property.
HeaderPanelMaxHeight Gets or sets the header panel’s maximum height when HeaderPanelPosition is Top or Bottom. This is a bindable property.
HeaderPanelMaxWidth Gets or sets the header panel’s maximum width when HeaderPanelPosition is Left or Right. This is a bindable property.
HeaderPanelMinHeight Gets or sets the header panel’s minimum height when the HeaderPanelPosition is Top or Bottom. This is a bindable property.
HeaderPanelMinWidth Gets or sets the header panel’s minimum width when the HeaderPanelPosition is set to Left or Right. This is a bindable property.
HeaderPanelPadding
HeaderPanelPosition Gets or sets the header panel’s position within the view. This is a bindable property.
HeaderPanelShadowColor Gets or sets the color the Tab View uses to paint the header panel’s shadow. This is a bindable property.
HeaderPanelShadowHeight Gets or sets the height of the header panel’s shadow. This is a bindable property.
HeaderPanelShadowRadius Gets or sets the blur radius of the header panel’s shadow. This is a bindable property.
HeaderPanelWidth Gets or sets the header panel’s width when the HeaderPanelPosition is set to Left or Right. This is a bindable property.
IsHeaderPanelShadowVisible Gets or sets whether the Header Panel’s shadow is visible. This is a bindable property.
IsSelectedItemIndicatorVisible Gets or sets whether the Selected Item Indicator is visible. This is a bindable property.
ItemHeaderFontAttributes Gets or sets a value that indicates whether the font for item header text is bold, italic, or neither. This is a bindable property.
ItemHeaderFontFamily Gets or sets the font family to which the font for item header text belongs. This is a bindable property.
ItemHeaderFontSize Gets or sets the size of the font for item header text. This is a bindable property.
ItemHeaderHeight Gets or sets the height of header items when HeaderPanelPosition is Left or Right. This is a bindable property.
ItemHeaderIconColor Gets or sets the color all tab items use to paint their header icons. This is a bindable property.
ItemHeaderIconDataMember
ItemHeaderIconPosition Gets or sets the position of the header icons relative to the headers’ text. This is a bindable property.
ItemHeaderIconSpacing Gets or sets spacing between the icon and the text of a header item. This is a bindable property.
ItemHeaderMaxHeight Gets or sets the maximum height of header items when HeaderPanelPosition is Left or Right. This is a bindable property.
ItemHeaderMaxWidth Gets or sets the maximum width of header items when HeaderPanelPosition is Top or Bottom. This is a bindable property.
ItemHeaderMinHeight Gets or sets the minimum height of header items when HeaderPanelPosition is Left or Right. This is a bindable property.
ItemHeaderMinWidth Gets or sets the minimum width of header items when HeaderPanelPosition is Top or Bottom. This is a bindable property.
ItemHeaderPadding
ItemHeaderPlacementOnSelection Gets or sets a value that specifies how the TabView positions newly selected items. This is a bindable property.
ItemHeaderTemplate Gets or sets the template the Tab View uses to generate headers of the tab items from the ItemsSource. This is a bindable property.
ItemHeaderTextColor Gets or sets the color tab items use to paint their texts when items are in the default state. This is a bindable property.
ItemHeaderTextDataMember
ItemHeaderVisibleElements Gets or sets a value that specifies elements the item header shows. This is a bindable property.
ItemHeaderWidth Gets or sets the width of header items when HeaderPanelPosition is Top or Bottom. This is a bindable property.
Items Gets or sets the list of tab items the Tab View displays.
ItemsSource Gets or sets a collection used to generate the Tab View’s tab items. This is a bindable property.
ItemTemplate Gets or sets the template the Tab View uses to generate tab item content from the ItemsSource. This is a bindable property.
ScrollAnimationEnabled Gets or sets whether the Tab View animates transition between two tab items. This is a bindable property.
SelectedItem Gets or sets the currently selected item. This is a bindable property.
SelectedItemHeaderBackgroundColor Gets or sets the background color of tab item headers in the selected state. This is a bindable property.
SelectedItemHeaderIconColor Gets or sets the color tab item headers in the selected state use to paint icons. This is a bindable property.
SelectedItemHeaderTextColor Gets or sets the color tab item headers in the selected state use to paint icons. This is a bindable property.
SelectedItemIndex Gets or sets the index of the currently selected item. This is a bindable property.
SelectedItemIndicatorColor Gets or sets the color of the Selected Item Indicator. This is a bindable property.
SelectedItemIndicatorHeight Gets or sets the height of the Selected Item Indicator. This is a bindable property.
SwipeEnabled Gets or sets whether swipes over the content area switch tab items. This is a bindable property.
See Also