Add drag start in list view.
This commit is contained in:
@@ -26,6 +26,9 @@ public partial class WinoListView : Microsoft.UI.Xaml.Controls.ListView
|
|||||||
{
|
{
|
||||||
base.OnApplyTemplate();
|
base.OnApplyTemplate();
|
||||||
|
|
||||||
|
DragItemsStarting += ItemDragStarting;
|
||||||
|
DragItemsStarting -= ItemDragStarting;
|
||||||
|
|
||||||
internalScrollviewer = GetTemplateChild(PART_ScrollViewer) as ScrollViewer;
|
internalScrollviewer = GetTemplateChild(PART_ScrollViewer) as ScrollViewer;
|
||||||
|
|
||||||
if (internalScrollviewer == null) return;
|
if (internalScrollviewer == null) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user