D
Dave Veeneman
Is there a simple way to pass drag-and-drop events to a child control in a
UserControl?
Here's an example: I have created a UserControl which contains a treeview
and some text boxes. I want to be able to drag-and-drop to the treeview from
outside the UserControl. Now, when I drag over the treeview in the
UserControl, the UserControl gets the drag-and-drop events, but the treeview
doesn't.
Is there a simple way to pass drag-and-drop events to the treview, or do I
need to write the code to do that myself? Thanks.
Dave Veeneman
Foresight Systems
UserControl?
Here's an example: I have created a UserControl which contains a treeview
and some text boxes. I want to be able to drag-and-drop to the treeview from
outside the UserControl. Now, when I drag over the treeview in the
UserControl, the UserControl gets the drag-and-drop events, but the treeview
doesn't.
Is there a simple way to pass drag-and-drop events to the treview, or do I
need to write the code to do that myself? Thanks.
Dave Veeneman
Foresight Systems