Resolution independent or monitor size independent WPF apps
问题 how could i develop resolution independent and monitor size independent wpf apps. monitor size independent means here suppose i develop a wpf apps in 15inch monitor and when i will view that apps in 17 inch monitor then often UI looks different so how could i get rid of this problem in WPF. please guide in detail. thanks 回答1: What you are looking for is Liquid Layout in WPF. Avoid specifying explicit Width and Height for your elements and it should scale up to whatever screen resolution