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
170
DockManager extra event before AfterDockChange
posted

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