Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
How to handle "empty workarea" when LayoutStyle=FillContainer
posted

Hi!

My Winforms app consists of a navigator window to the left, and a set of "content" windows to the right. All windows are dockable, and the UltraDockManager is set up with LayoutStyle=FillContainer to let the content windows fill up all available screen area upon loading.

But when the application loads initially there are no content windows, and the navigator window fills all available space (which looks rather weird). Instead I would like the navigator window to remain in its standard size, and the content area to the right just display a grey background color, or similar. (The requested behaviour is more or less similar to Visual Studio with navigation window being the Solution Explorer and the content window being the loaded files.)

Suggestions, anyone?

- Atle -