I have 4 panels, in a row, with 3 splitters in between. 1st/2nd/3rd panes: align=alLeft
, 4th pane: align=alClient
.
[1] | [2] | [3] | [4]
Now user wants, that
How to do this, what events to handle (TSplitter.OnMoved
of course) and how to handle them? Maybe don't set Align
like now?
Assuming that Splitter 3 (last) shall only change Panel 3 and 4, this can be done with a little bit of nesting: