Given that you're creating a User Control in WPF that will be displayed on different screen resolutions, what's the best way to layout a dense collection of "input form" elements?
For example, labels, textboxes for text, dropdowns, group boxes, etc.
Do you create a master "grid" and use StackPanels and WrapPanels like crazy? What's the cleanest way to do this?