SwipeContainer Properties
Contains appearance and behavior settings for data items that users can swipe.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. |
See Also