tenshekels
Programmer
I have been using a label with the TreeView control - to simulate the ghost image of a node during drag/drop (so that a ghost of the node appears to be floating next to the cursor on a drag/drop).
This works peachy when I had a form that used the TreeView control (from Microsoft).
The time came that I needed to change the TreeView - so I created a control that inherited from the TreeView class.
Now with this derived class, everything works - except for the fact that the "ghost" label will not appear over my derived tree view. I know that I am setting the position right, because if I move the cursor to the far right side of the derived TreeView control I can see the "ghost" label. However the "ghost" label refuses to render itself over the derived TreeView class. I have compared all of the properties between my TreeView and derived TreeView controls and they are the same....
Does anyone have any idea???
Thanks very much.
Peter
This works peachy when I had a form that used the TreeView control (from Microsoft).
The time came that I needed to change the TreeView - so I created a control that inherited from the TreeView class.
Now with this derived class, everything works - except for the fact that the "ghost" label will not appear over my derived tree view. I know that I am setting the position right, because if I move the cursor to the far right side of the derived TreeView control I can see the "ghost" label. However the "ghost" label refuses to render itself over the derived TreeView class. I have compared all of the properties between my TreeView and derived TreeView controls and they are the same....
Does anyone have any idea???
Thanks very much.
Peter