11-01-2019 04:18 AM
Solved! Go to Solution.
11-04-2019 12:51 AM
This task cannot be accomplished with one splitter only, since you have some controls to be moved and sized simultaneously.
So you either add more splitters and move the proportionally or you enable automatic panel sizing checking Scale contents on resize option inpanel attributes (press Other attributes... button)
11-04-2019 12:54 AM
11-04-2019 01:39 AM
12-11-2019 03:18 AM
I've never been a fan of splitters: they are limited in what they can do, it's not possible to tell how they operate by looking at them and they came out only recently.
Personally I much prefer to catch the EVENT_PANEL_SIZE, get the panel width and height and then size things exactly as I want in software. It's more time consuming you you get things to look exactly right.
12-11-2019 03:23 AM