Pivot : ItemsControl
Implemented for: all platforms supported by Uno Platform
This document lists all properties, methods, and events of Pivot
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
In addition, Pivot
has Uno-specific documentation here.
To better understand how Pivot
works, you can run your own tests on the Uno Playground.
Implemented properties
Property | Supported on |
---|---|
DataTemplate TitleTemplate | all platforms supported by Uno Platform |
object Title | all platforms supported by Uno Platform |
object SelectedItem | all platforms supported by Uno Platform |
int SelectedIndex | all platforms supported by Uno Platform |
DataTemplate RightHeaderTemplate | all platforms supported by Uno Platform |
object RightHeader | all platforms supported by Uno Platform |
DataTemplate LeftHeaderTemplate | all platforms supported by Uno Platform |
object LeftHeader | all platforms supported by Uno Platform |
DataTemplate HeaderTemplate | all platforms supported by Uno Platform |
DependencyProperty HeaderTemplateProperty | all platforms supported by Uno Platform |
DependencyProperty IsLockedProperty | all platforms supported by Uno Platform |
DependencyProperty LeftHeaderProperty | all platforms supported by Uno Platform |
DependencyProperty LeftHeaderTemplateProperty | all platforms supported by Uno Platform |
DependencyProperty RightHeaderProperty | all platforms supported by Uno Platform |
DependencyProperty RightHeaderTemplateProperty | all platforms supported by Uno Platform |
DependencyProperty SelectedIndexProperty | all platforms supported by Uno Platform |
DependencyProperty SelectedItemProperty | all platforms supported by Uno Platform |
DependencyProperty TitleProperty | all platforms supported by Uno Platform |
DependencyProperty TitleTemplateProperty | all platforms supported by Uno Platform |
Implemented events
Event | Supported on |
---|---|
TypedEventHandler<Pivot, PivotItemEventArgs> PivotItemLoaded | all platforms supported by Uno Platform |
TypedEventHandler<Pivot, PivotItemEventArgs> PivotItemLoading | all platforms supported by Uno Platform |
TypedEventHandler<Pivot, PivotItemEventArgs> PivotItemUnloaded | all platforms supported by Uno Platform |
TypedEventHandler<Pivot, PivotItemEventArgs> PivotItemUnloading | all platforms supported by Uno Platform |
SelectionChangedEventHandler SelectionChanged | all platforms supported by Uno Platform |
Below are all properties, methods, and events of Pivot
that are not currently implemented in Uno.
Not implemented properties
Property | Not supported on |
---|---|
bool IsLocked | all platforms supported by Uno Platform |
bool IsHeaderItemsCarouselEnabled | all platforms supported by Uno Platform |
PivotHeaderFocusVisualPlacement HeaderFocusVisualPlacement | all platforms supported by Uno Platform |
DependencyProperty HeaderFocusVisualPlacementProperty | all platforms supported by Uno Platform |
DependencyProperty IsHeaderItemsCarouselEnabledProperty | all platforms supported by Uno Platform |
DependencyProperty SlideInAnimationGroupProperty | all platforms supported by Uno Platform |
Not implemented methods
Method | Not supported on |
---|---|
PivotSlideInAnimationGroup GetSlideInAnimationGroup(FrameworkElement) | all platforms supported by Uno Platform |
void SetSlideInAnimationGroup(FrameworkElement, PivotSlideInAnimationGroup) | all platforms supported by Uno Platform |
Last updated Tuesday, 14 May 2024 19:55.