If building a form with multiple controls, let's say PictureBoxes, of equal square size.
The thing is that the number of controls is dynamic - there can be 2, 3, 4 or 6 controls.
And the goal is to automatically distribute the available form space between them. So they would remain square, but scale as large as possible considering other similar controls.
It it necessary to reinvent the wheel or a solution for this one is already available? Ideally, I'm looking for a container where you can just add the desired controls and they would be positioned automatically.