Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
990
Drag & Drop using WinExplorerBar
posted

Hi!

I want to use WinExplorerBar as a toolbox like in Visual Studio. I want to drag & drop items from the list on my design surface, but I don't find how.

I saw property AllowDragMove and AllowDragCopy on Item and group, but the options are : Default, None, WithinGroups and WithinAndAcrossGroups.

Is it possible to drag and drop over another control like a DesignSurface ? If so, how can I do it ?

Best regards,

Benoit

  • 990
    posted

    Hi!

    after looking at Microsoft examples, I found how to do that. I call Control.DoDragDrop on mousedown event.

    No need to answer this thread!

    Benoit