
In our WPF application we have a main-view containing a docking host and an initial tool window that takes up the space of the entire window and we use for main view content.
When opening an additional tool window with the ContainderDockSize set and DockSide set to Bottom, the very first time the height of the newly docked window is just a random number. Any subsequent opening of such a tool window, with the exact same ContainerDockSize and DockSide Bottom, ends up being created with exactly the requested height in the ContainerDockSize.
I had found this issue in 24.1.3 and after upgrading to 25.1 the issue still exists.