v1.8.2
版本发布时间: 2021-06-23 18:30:04
roubachof/Sharpnado.CollectionView最新发布版本:v3.1.2(2024-01-26 16:30:20)
DragAndDropTrigger and DragAndDropDirection
Since 1.8.2, you can now choose if you want to begin the drag and drop with a Pan
gesture or a LongPress
.
-
DragAndDropTrigger="Pan"
-
DragAndDropTrigger="LongTap"
You can also restrict the drag movement to a given direction:
- For the horizontal layout:
DragAndDropDirection = HorizontalOnly
- For the vertical layout:
DragAndDropDirection = VerticalOnly
It will give a better more precise drag experience, more precise.
Fixes:
- #27: DragAndDropInfo provides incorrect information for moved item
- #26: ItemsSource does not notice changes to underlying ObservableCollection
1、 Sharpnado.Forms.HorizontalListView.1.8.2.nupkg 227.07KB