I am working on a largish c# project with a lot of winforms that, even though you can resize the form, the elements in the form don't scale.
How can I make the form elements (such as the datagridview, text area's, etc) scale when the user changes the size of the form.
Nearly all the forms subclass from one specific form so if there's something I can do in the base class, that'd be great.