I need to develop a windows application where I have to do a lot of customizations like changing the size of form and its contents based on monitor's resolution. So, I need a lot of dynamic design changes here.
So, which would be better to go with .net winform application or a wpf application. I do have working knowledge on both environment; however, I am not very clear on deciding to choose which technology.
The work seems to be workable in winform as well but what I want to know is which would be the best of these two for this particular requirement.
Please suggest.