Window resizing - configuring which dockable gets the new weight

In my application, I have a left-nav dockable and a globe dockable. If the application gets enlarged, I want all of the extra space to go to the globe dockable and not to the left-nav dockable. Is there a way to configure that? I don’t want to fix the left-nav dock size. I want the user to be able resize either dockable.

ps This would be for the common library

You can use the methods “setResizeLocked”, “setResizeLockedVertically/Horizontally” of “DefaultCDockable” to tell the framework that a Dockable should not be resized automatically. The user is still able to resize that Dockable.