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. |
See Also