Resizing Logic

Although 1024 x 768 is still a very common screen size, many computers have significantly larger screens. The forms should be designed to take advantage of extra space made available. Therefore follow these simple rules of thumb.

In addition consider the following points:

Below is an example of good resize behavior on a simple form window

Original size (above) and after resize (below)

Dialog boxes should typically not be used to show vast amounts of information and should therefore generally not be resizable. However, exceptions are allowed if well motivated by the use case. When making the dialog resizable, remember to anchor all buttons to the edge of the dialog so that they move correctly when the dialog is resized.