Hi Ian,
Thank you for contacting us.
When you start a drag&drop operation by the
DoDragDrop method, the mouse events are not being sent to the control until the operation ends. In your case, you cannot expand the clicked page, because you are starting the drag on the
MouseDown event which is the first of the mouse events to be fired.
The following code snippet demonstrates how to implement this case in such a way that all functionality works correctly:
I hope you find this useful. Feel free to ask if you have any additional questions.
Greetings,
Ivan Todorov
the Telerik team
Q3’11 of RadControls for WinForms is available for
download (see
what's new).
Get it today.