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.
I''m having issues in my tree view _ItemDrag event. I have MultiSelectSameLevel on. Normal drag and drop with multiple items is fine, but when I hold down the control key to indicate move rather than copy, the DoDragDrop crashes with an IndexOutOfBounds exception in the syncfusion.tools.dll. It''s the same code either way:
MyTree.DoDragDrop(new DataObject(DragDropTag.DataFormat, dragDropItems), DragDropEffects.Copy);
but it only crashes when I''m holding down the control key (which isn''t checked for until the actual DragDrop event, which of course never occurs.
Please advise.