How might I design a UI in C#/WinForms which happens to contain several different control types such that only the ListView control gets resized if the user resizes the wind
What if we have multiple controls in the form?
For example: If a form is used to generate some result in a grid with respect to the data entered in couple of text-boxes or combo-boxes, etc.;
And we want them to resize/realign accordingly and not overlap each other (as it happens when using the dock-fill), especially with the grid-view or similar control in context.
