Good day community,
I have some questions about usage drag and drop for multiselect rows (with
EnableLassoSelection).
When I set
and select rows using arrows, it work very nice, but when I set
MultiSelect = true;
EnableLassoSelection = true;
multiselect does not work, because when I selected item and try grab it listview again tries to select rows.
Somebody knows how to fix it, or may be you have some working example.