Are there any good resources for the layout of elements in a form? Possibly large forms as they are common in applications for highly specialised users.
I am talking about choices like:
- go down in columns first, then right to the nex column vs.
- go right in rows first, then down to the next row
- what to do in the presence of especially high and/or wide elements (lists, tables ...)
What aspects are to be considered?
Do the same rules apply for web and conventional rich GUIs?
How does grouping of elements factor in? For example you want the elements concerened with address information stay together.
The perfect answer would take the form of an algorithm producing a reasonable layout for an arbirtrary grouped list of elements to layout.