How to position windows correctly at 120 DPI in WPF
If you want to place a window at a specific place in WPF, it will work pretty much as you expect—unless your DPI is 120 (the default is 96). Here’s a sample that shows how to put it where you want.
In this case, I want to put a window just under another control, aligned [...]
Popularity: 4% [?]
Filed under: Code, WPF | No Comments »

