Does anyone know how one goes about declaring/coding a Form (e.g., an Address form) that is generic in that it can be used in different contexts and (therefore) will be able to be resized properly at runtime?
I'd like to be able, in effect, to say something like <MyForm width="75%"> (and get a smaller form with shorter fields that could be fit into less screen space). AFAIK, specifying a width percentage at runtime does nothing in the case of Form.

