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.
For changing the design of the form at run time, with reference to monitor’s resolution fits better – WPF.
But when using Windows Forms, then you definitly need some UI Components. For dynamic layout in Windows Forms I’ve used DevExpress controls. But when speaking about technology itself then better will be WPF