I want to write a quick WPF application but am finding that it looks totally different on Windows 7 compared to Windows 10. All the paddings and margins are messed up. I decided to add the default PresentationFramework.Aero Windows 7 theme in the hope that this would resolve the issue. However, it seems that there are also two new options:
- PresentationFramework.Aero.dll
In .NET 4.5 Microsoft has introduced two additional Assemblies:
- PresentationFramework.AeroLite.dll
- PresentationFramework.Aero2.dll
Which one do I use for a consistent look and feel including paddings and margins across Windows 7, 8 and 10.