It sets the size in the y direction to max, which is 65,000 something. Is there some easier way to get 2 grids, side by side, to grow and shrink with window resizing?
Well something must have messed up. This time it didn't do it, but I also didn't try and dock all the controls and it worked.
Hello Nick,
I have been investigating into the behavior you are reporting, but at the moment, I cannot seem to reproduce the issue that the UltraGridBagLayoutPanel grows to a massive size when docking it. Can you please provide some more information/steps to reproduce this, or if you have an isolated sample project that demonstrates the issue, could you please attach that?
I will say that there does not exist another way or "layout control" in the Infragistics for Windows Forms toolset to get two grids side-by-side to grow and shrink with window resizing, but there is a built-in .NET element that could help you as a workaround if this is found to be a bug – the TableLayoutPanel. You can read about the TableLayoutPanel here: https://docs.microsoft.com/en-us/dotnet/desktop/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-a-tablelayoutpanel?view=netframeworkdesktop-4.8.
Please let me know if you have any other questions or concerns on this matter.