By starting a drag & drop operation on a TreeNode this node automatically becomes selected.
i don't want this to happen becouse i have an OnClick event that must not be triggered by a drag & drop operation.
Setting dragmode to manual and using an OnMouseDown event does not solve this problem. Even when i use an OnMouseUp event in stead of an OnClick event this problem persists..
How can i prevent a Node from becomming selected!
i don't want this to happen becouse i have an OnClick event that must not be triggered by a drag & drop operation.
Setting dragmode to manual and using an OnMouseDown event does not solve this problem. Even when i use an OnMouseUp event in stead of an OnClick event this problem persists..
How can i prevent a Node from becomming selected!