|
listView.DragStartMode = DragStartMode.OnHold | DragStartMode.OnDragIndicator; |
|
<syncfusion:SfListView x:Name="listView"
ItemSize="60"
ItemsSource="{Binding ToDoList}"
DragStartMode="OnHold,OnDragIndicator"
SelectionMode="None"> |
Hi Joe,If you are facing the same stack trace like “Not Implemented Exception” when trying to copy data by CopyTo method, as we have stated in our previous update, we haven’t provided support for copying data from one into another based on its Index by using CopyTo method in DisplayItems. Else, can you please provide us more information about reported issue or your requirement, which would be helpful for us to resolve the issue at our end or we will provide details based on requirement.Regards,G.Muthu kumaran.
Hi Avgerinos,We have followed the exact replication procedure and tried to reproduce the reported issue in our UG documentation item reordering sample with latest version of SfListView(v.15.4.0.20). But we could not reproduce the same issue at our end. As we have mentioned in our previous updates, we haven’t provided support for copying data from one to another based on its Index by using CopyTo method in DisplayItems. So could you please share the sample which reproduces the reported issue which would be highly helpful for us to validate and resolve the reported issue at our end.Regards,G.Muthu kumaran.
Hi Joe,Apologies for the inconvenience.Based on the given information and sample, we have checked the reported issue and suspect that the issue may occur due to SfListView’ s dependency assemblies are not referred properly in UWP renderer project.So, we suggest you to refer the following UG documentation link for more reference about list of assemblies needed to render the SfListView control in respective renderer platforms.Also, in the given sample the nuget packages are not referred properly. So, we have manually referred the packages from Syncfusion Nuget to analyze the issue but the items are rearranged as expected when drag and drop action is performed. For your reference, we have attached the ensured sample at our end and you can download it from the below link.Please let us know if you require further assistance.Dinesh Babu Yadav
Hi Joe,Apologies for the inconvenience.We could able to reproduce the reported issue at our end and we have logged a defect report for this. The fix for the issue will be included in our 2018 Volume 1 SP 1 release and will let you know once the issue has been resolved and included in the release. We will appreciate your patience until then.Dinesh Babu Yadav