Hi!
Drag&Drop of TreeView works well.
But there is this problem.
Due to the limitation of the mouse input device, 'Selection' and 'Ready to move the drag' seem to malfunction when the mouse is clicked.
Most of the time, there is a slight shift in the coordinates of selecting items.
That's why I wanted to choose, but I perceive it as a bit of a drag motion.
This is not inconvenient for users. You have to click delicately!
To deal with this problem, most approaches are like this. If there is a better approach, that is also welcome.
Clicks to a specific distance, that is, 3 points or 4 to 5 points on the X or Y axis are recognized as selection.
Then, due to the limitation of the mouse input device, when you want to select, slight cursor movement when clicking is recognized as selection.
This inconvenience should be applied equally to other Drag&Drop actions such as ListBox.
What do you think?
Thanks