Can you DragDrop Multiple Controls from Panel to Panel ? Please

0
0

Can you DragDrop Multiple Controls from Panel to Panel ?
I’ve forced some click event onto dynamically created (programmatically added) buttons that are added to a plain panel control
The click event changes their backcolor to indicate that they are selected and added
to a working list for manipulation. –Selected Buttons to DragDrop
This event is also added to the new button here at its creation DragStartEvent
In the running UI … user grabs one of these now selected buttons and attempts to drag to destination panel and my code has a couple of
potential paths. I did one with normal attempt to properly invoke DoDragDrop as called in the attached to the button controls DragStartEvent
and another with plain code based removals of the buttons from source panel and added to the destination panels.

Shouldn’t the proper DoDragDrop functionality apply for affecting multiple controls as well ?

 

  • You must to post comments
0
0

Hi Christian,

this sample is too confusing with the different approaches.
If you come up with a simple sample that only covers the drag & drop way, we might take a look.
But in any case this looks more like a custom implementation that you’re after than a bug in Wisej.
So if you’re interested, you can contact us at SalesATwisej.com to get a quote for inspecting and working with your code.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.