Hello,
when dragging a pane to another group, we can listen to the BeforeDockChange event.
After the pane has been redocked, we can listen to the AfterDockChange.
I need the moment when the user releases the mouse button and the drop begins.
At that moment I would like to know the dockablegrouppane where it will be dropped into.
Then I want to cancel the event and write some code to add extra grouppanes (I always need a HorizontalSplit-GroupPane around my controlpane).
How can this be achieved?
Or can the extra event be exposed?
tx
Marc
Hello Marc,
Maybe one possible approach could be handling the InitializePane event.
This event will fire after the user release the mouse button and before AfterDockChange event. Also in this event you could get for example the following information:- e.Pane.DockAreaPane- e.Pane.DockedStatePlease let me know if this approach is suitable in your scenario or if you have any questions.Regards
Have you been able to resolve your issue ? If you still have any concerns or questions I will be glad to help. If you need any additional assistance don’t hesitate to ask.
Regards