SwipeView.Open(OpenSwipeItem, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.