TabView : Control
Implemented for: all platforms supported by Uno Platform
This document lists all properties, methods, and events of TabView
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
To better understand how TabView
works, you can run your own tests on the Uno Playground.
Implemented properties
Property | Supported on |
---|---|
TabViewWidthMode TabWidthMode | all platforms supported by Uno Platform |
DataTemplate TabStripHeaderTemplate | all platforms supported by Uno Platform |
object TabStripHeader | all platforms supported by Uno Platform |
DataTemplate TabStripFooterTemplate | all platforms supported by Uno Platform |
object TabStripFooter | all platforms supported by Uno Platform |
object TabItemsSource | all platforms supported by Uno Platform |
DataTemplateSelector TabItemTemplateSelector | all platforms supported by Uno Platform |
DataTemplate TabItemTemplate | all platforms supported by Uno Platform |
object SelectedItem | all platforms supported by Uno Platform |
int SelectedIndex | all platforms supported by Uno Platform |
bool IsAddTabButtonVisible | all platforms supported by Uno Platform |
TabViewCloseButtonOverlayMode CloseButtonOverlayMode | all platforms supported by Uno Platform |
bool CanReorderTabs | all platforms supported by Uno Platform |
bool CanDragTabs | all platforms supported by Uno Platform |
bool AllowDropTabs | all platforms supported by Uno Platform |
object AddTabButtonCommandParameter | all platforms supported by Uno Platform |
IList | all platforms supported by Uno Platform |
DependencyProperty AddTabButtonCommandParameterProperty | all platforms supported by Uno Platform |
DependencyProperty AddTabButtonCommandProperty | all platforms supported by Uno Platform |
DependencyProperty AllowDropTabsProperty | all platforms supported by Uno Platform |
DependencyProperty CanDragTabsProperty | all platforms supported by Uno Platform |
DependencyProperty CanReorderTabsProperty | all platforms supported by Uno Platform |
DependencyProperty CloseButtonOverlayModeProperty | all platforms supported by Uno Platform |
DependencyProperty IsAddTabButtonVisibleProperty | all platforms supported by Uno Platform |
DependencyProperty SelectedIndexProperty | all platforms supported by Uno Platform |
DependencyProperty SelectedItemProperty | all platforms supported by Uno Platform |
DependencyProperty TabItemTemplateProperty | all platforms supported by Uno Platform |
DependencyProperty TabItemTemplateSelectorProperty | all platforms supported by Uno Platform |
DependencyProperty TabItemsProperty | all platforms supported by Uno Platform |
DependencyProperty TabItemsSourceProperty | all platforms supported by Uno Platform |
DependencyProperty TabStripFooterProperty | all platforms supported by Uno Platform |
DependencyProperty TabStripFooterTemplateProperty | all platforms supported by Uno Platform |
DependencyProperty TabStripHeaderProperty | all platforms supported by Uno Platform |
DependencyProperty TabStripHeaderTemplateProperty | all platforms supported by Uno Platform |
DependencyProperty TabWidthModeProperty | all platforms supported by Uno Platform |
Implemented methods
Method | Supported on |
---|---|
DependencyObject ContainerFromItem(object) | all platforms supported by Uno Platform |
DependencyObject ContainerFromIndex(int) | all platforms supported by Uno Platform |
Implemented events
Event | Supported on |
---|---|
TypedEventHandler<TabView, object> AddTabButtonClick | all platforms supported by Uno Platform |
SelectionChangedEventHandler SelectionChanged | all platforms supported by Uno Platform |
TypedEventHandler<TabView, TabViewTabCloseRequestedEventArgs> TabCloseRequested | all platforms supported by Uno Platform |
TypedEventHandler<TabView, TabViewTabDragCompletedEventArgs> TabDragCompleted | all platforms supported by Uno Platform |
TypedEventHandler<TabView, TabViewTabDragStartingEventArgs> TabDragStarting | all platforms supported by Uno Platform |
TypedEventHandler<TabView, TabViewTabDroppedOutsideEventArgs> TabDroppedOutside | all platforms supported by Uno Platform |
TypedEventHandler<TabView, IVectorChangedEventArgs> TabItemsChanged | all platforms supported by Uno Platform |
DragEventHandler TabStripDragOver | all platforms supported by Uno Platform |
DragEventHandler TabStripDrop | all platforms supported by Uno Platform |
Below are all properties, methods, and events of TabView
that are not currently implemented in Uno.
Not implemented properties
Property | Not supported on |
---|---|
ICommand AddTabButtonCommand | all platforms supported by Uno Platform |
Last updated Tuesday, 14 May 2024 19:55.