You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/design/controls/pivot.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The Pivot control enables touch-swiping between a small set of content sections.
16
16
17
17
## Is this the right control?
18
18
19
-
> [!NOTE]
19
+
> [!WARNING]
20
20
>The Pivot control is not recommended for [Windows 11 design patterns](../basics/app-silhouette.md). We strongly recommend using one of these alternatives instead:
21
21
>
22
22
> -**WinUI 3** - Use the [SelectorBar](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.selectorbar) control.
@@ -110,7 +110,7 @@ This code mimics the Pivot control's built-in navigation experience, minus the t
110
110
111
111
## Create a pivot control
112
112
113
-
> [!NOTE]
113
+
> [!WARNING]
114
114
>The Pivot control is not recommended for [Windows 11 design patterns](../basics/app-silhouette.md). We strongly recommend using one of these alternatives instead:
115
115
>
116
116
> -**WinUI 3** - Use the [SelectorBar](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.selectorbar) control.
@@ -183,7 +183,7 @@ The control comes in two modes:
183
183
- Tapping a pivot label navigates to the corresponding page, and the active pivot label will carousel into the first position.
184
184
- Pivot items in a carousel loop from last to first pivot section.
185
185
186
-
> **TIP**
186
+
> [!TIP]
187
187
>
188
188
> - Avoid using more than 5 headers when using carousel mode, as looping more than 5 can become confusing.
189
189
> - Pivot headers should not carousel in a [10ft environment](../devices/designing-for-tv.md). Set the [IsHeaderItemsCarouselEnabled](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.pivot.IsHeaderItemsCarouselEnabled) property to `false` if your app will run on Xbox.
0 commit comments