cairoshell / ManagedShell

A library for creating Windows shell replacements using .NET.
https://www.nuget.org/packages/ManagedShell/
Apache License 2.0
301 stars 25 forks source link

AppBar improvements #77

Closed dremin closed 1 year ago

dremin commented 1 year ago

The big change here is coalescing the previous 4 separate size/pos updates (top, left, width, height) into 1 operation via SetWindowPos. This fixes a lot of the raciness I've seen with the positioning logic.