|
-
August 26th, 2002, 10:36 PM
#1
Problems with CTreeCtrl
I have created a CTreeCtrl. By using specifying the style TVS_DISABLEDRAGDROP for the CTreeCtrl, I have managed to disable the drag and drop operation of the CTreeCtrl.
However the problem is that even though the user is unable to click and drag an item when he left clicked on the item, he is still able to right click on an item (of the CTreeCtrl) and drag the item to another location.
Is there any way to totally disable the drag and drop function of the CTreeCtrl??
-
August 27th, 2002, 01:10 AM
#2
i think testing of this flag into TVN_BEGINRDRAG is enought
t!
-
August 27th, 2002, 01:19 AM
#3
Originally posted by real name
i think testing of this flag into TVN_BEGINRDRAG is enought
t!
What do you mean?? Which flag to test?
-
August 27th, 2002, 01:24 AM
#4
-
August 27th, 2002, 03:02 AM
#5
Originally posted by real name
TVS_DISABLEDRAGDROP
t!
OK i got it....A million thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|