WPF updates to the .NET Framework for each version change the internal drawing process or add new features.
For example…
WPF 4.6: Change layout rounding during high DPI
WPF 4.5:Adding properties to control the scroll unit of the virtualization panel (VirtualizingPanel.ScrollUnit
)
and so on.
If you are in a high-resolution environment, you will often experience changes in appearance, especially due to changes in the rounding process of the layout.
Note:
http://grabacr.net/archives/5341
© 2024 OneMinuteCode. All rights reserved.