The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
currently a user has to tap around 1/2 second on an item to activate dragging via https://help.syncfusion.com/xamarin/sflistview/item-drag-and-drop . Is it possible to reduce this time it takes to before dragging is active? I want to decrease it to 0 seconds so that the item is dragable as soon as the user taps on an item.
SPSubburaj Pandian Veluchamy Syncfusion Team June 7, 2019 06:55 AM
Hi Kai,
Thank you for using Syncfusion products.
We have checked the reported query and you can Drag the ListViewItem either by Holding or Taping the indicator view loaded at the right corner of the item. Here, DragIndicatorView is used to drag the item by tap so that we can customize the view based on your requirement. To know more about indicator, you can refer DragIndicatorView from below
Meanwhile, we also suggest you to load entire Grid of ItemTemplate inside theDragIndicatorView to enable drag on tapping the anywhere inside ItemTemplate. We have attached the sample for your reference, please find the sample from below.