Skip to main content
A newer version of this page is available. .

SwipeContainer Members

Contains appearance and behavior settings for data items that users can swipe.

Constructors

Name Description
SwipeContainer() Initializes a new instance of the SwipeContainer class.

Fields

Name Description
EndSwipeItemsProperty static Identifies the EndSwipeItems dependency property.
FullSwipeModeProperty static Identifies the FullSwipeMode dependency property.
ItemViewProperty static Identifies the ItemView dependency property.
StartSwipeItemsProperty static Identifies the StartSwipeItems dependency property.

Properties

Name Description
EndSwipeItems Gets the collection of objects that specify action buttons displayed on the right side of a data item when a user swipes the item from right to left. If the CollectionView is horizontally oriented, it shows end swipe items on the bottom of a data item in response to the bottom-to-top swipe gesture.
FullSwipeMode
ItemView
StartSwipeItems Gets the collection of objects that specify action buttons displayed on the left side of a data item when a user swipes the item from left to right. If the CollectionView is horizontally oriented, it shows start swipe items on the top of a data item in response to the top-to-bottom swipe gesture.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also