Skip to content

Commit

Permalink
Edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Jul 25, 2023
1 parent 3b6afde commit 95c16ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-interface/controls/swipeview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ The .NET Multi-platform App UI (.NET MAUI) <xref:Microsoft.Maui.Controls.SwipeVi

:::image type="content" source="media/swipeview/swipeview-collectionview.png" alt-text="Screenshot of SwipeView swipe items in a CollectionView.":::

> [!NOTE]
> <xref:Microsoft.Maui.Controls.SwipeView> is designed for touch interfaces. On Windows it can only be swiped in a touch interface and will not function with a pointer device such as a mouse.
<xref:Microsoft.Maui.Controls.SwipeView> defines the following properties:

- `LeftItems`, of type `SwipeItems`, which represents the swipe items that can be invoked when the control is swiped from the left side.
Expand All @@ -35,9 +38,6 @@ In addition, <xref:Microsoft.Maui.Controls.SwipeView> includes `Open` and `Close
> [!NOTE]
> <xref:Microsoft.Maui.Controls.SwipeView> has a platform-specific on iOS and Android, that controls the transition that's used when opening a <xref:Microsoft.Maui.Controls.SwipeView>. For more information, see [SwipeView swipe transition Mode on iOS](~/ios/platform-specifics/swipeview-swipetransitionmode.md) and [SwipeView swipe transition mode on Android](~/android/platform-specifics/swipeview-swipetransitionmode.md).
> [!NOTE]
> <xref:Microsoft.Maui.Controls.SwipeView> is designed for touch interfaces; on Windows it can only be swiped in a touch interface and will not function with a pointer device (such as a mouse).
## Create a SwipeView

A <xref:Microsoft.Maui.Controls.SwipeView> must define the content that the <xref:Microsoft.Maui.Controls.SwipeView> wraps around, and the swipe items that are revealed by the swipe gesture. The swipe items are one or more `SwipeItem` objects that are placed in one of the four <xref:Microsoft.Maui.Controls.SwipeView> directional collections - `LeftItems`, `RightItems`, `TopItems`, or `BottomItems`.
Expand Down

0 comments on commit 95c16ce

Please sign in to comment.