I often develop small helper apps for different customers, and they are happy. But from time to time I am facing the problem that customers have a screen that is much bigger than others, and I am asked if my application is resizeable or can be maximized.
I have not yet walked down that path, and so my applications are always fixed-size.
What is the best strategy I should take for making an application resizeable ? I am guessing that the actual parameters for the GUI is simple, but what about making controls move around nicely, what about calculating font sizes, positions etc - do you (MVPs and other wizards out there) calculate position by percentage of window size ?
I would be happy to see some kind of conceptual application, does not have to do anything except perhaps show different controls.
Thanks.