Is it possible to implement different layouting modes for a windows form without having to manual compute the alignment locations?
For example: I have a Form which should be able to displayed in two modes normal & touchscreen. Touch screen mode being the same form with larger buttons, larger fonts and should not have alignment issues.
Does .NET framework 2.0 provide support for something like this? if not what would be the best way to implement this ? I am looking for a reusable strategy which I might want to use across a lot of screens