wxDVC item dragging

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7449
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

wxDVC item dragging

Post by ONEEYEMAN »

Hi, ALL,
I am developing a program where I use wxDataViewListCtrl.
I am trying to introduce DnD operation to it.

When I try to do that I see that cursor will have a "+" sign and also the dragging will be shown by moving the item rectangle.

Is it possible to get rid of that effect and the "+" sign?

Thank you.
Post Reply