Share via


SwipeView.Open(OpenSwipeItem, Boolean) Method

Definition

Opens the SwipeView to reveal the specified swipe item.

public void Open(Microsoft.Maui.OpenSwipeItem openSwipeItem, bool animated = true);
member this.Open : Microsoft.Maui.OpenSwipeItem * bool -> unit
Public Sub Open (openSwipeItem As OpenSwipeItem, Optional animated As Boolean = true)

Parameters

openSwipeItem
OpenSwipeItem

Specifies which side of the SwipeView to open (Left, Right, Top, or Bottom).

animated
Boolean

Whether to animate the opening transition. Defaults to true.

Applies to