I added ondblclick event handler...
in that I have tried all sorts of ways to change .Left or Width of the two panels on each side.
I want the doubleclick to act as a "snap" so left side takes whole screen (and back if doubleclicked agagin)
When I doubleclick I can see it works... until... I release the mousebutton on the 2nd click in the doubleclick ... Then it all snaps back o the original placement.
My guess is that there some place inside code is some kind of management handling drags/moves which sets the position of the splitter afterwads a drag/move (and doubleclick it seems)
... Any solutions for this? Is there something like PostMessage I could use wherefrom I could set widh *after* the mouse button has been released.
I have been sitting trail and erroring this for many hours, so I figured I should hear you if you had any ideas I could try...