Is there an easy way to maximize an MDI child window within the parent ?

If I set the the 'WindowState' property to 'maximized' and run my program the child window just shows as a white screen ???

I am manually setting the height and width properties at the moment, but am sure this is not the correct way to go about it.

Anyone ??