We are developing a little in house application that will run on monitor having multi resolutions. Now we want that the application should adjust itself and remain consistant over all monitors. I came from Java background too where we used different layouts to accomplish the task. I experimented in .NET with different layouts like UniGrid (which provide the consistancy but very restrictive) , Grid etc but failed in the required task. Can some one suggest me some possible layout model or some other solution? I Think If we can specify percentage width or height as we do in CSS/HTML Then we can adopt this cross resolution policy. I found Infergistics have such controls but i wondering if this can be achieved via default controls
P.S. I am actually trying in WPF (preferably WPF native App).