I've been meaning to ask this question for a while.
It appears that if I want to set a maximum width of a form then I have to set a maximum height as well.
Is this right?
If so, which of the multitude of variables do I use, in this situation, to set the maximum form height to the height of the window?
Screen.PrimaryScreen.Bounds?, Screen.GetWorkingArea(New Point(0, 0))?
Eta: From further investigation, I think PrimaryScreen.Bounds and GetWorkingArea are the same.
Also, having thought a little more, should I put Int32.MaxValue into the height property instead of the max height of the window?