How do you make a form resize with the Window in a program? Currently, hitting maximize on a window makes the window expand but the form stays the same size.

I am not very familiar with C# but I believe this is a Windows property that needs to be changed rather than changing specifics in the code. I want to be able to make the form expandable just as it would be in Word, Firefox etc.

Any help would be greatly appreciated!