Each dock placed in a container has some space between it and the container edge. If more then one dock is present in the container, some space is also left between each dock. Is there a way to manipulate the amount of space used in each case? for example, if I wanted to eliminate the space to the container edge, or increase the space between the docks.
First you need to gain access to the SplitDockStation on which the Dockables lie (if you have a CContentArea call “getCenter”).
The space between Dockables can then be set by “setDividerSize”.
The space outside is needed for the minimize-areas. These area just need 10x10 pixels if empty, there is currently no way to change that.