AvalonBar / AvalonBar

AvalonBar: the Longhorn Sidebar, renewed!
https://avalonbar.github.io/
Microsoft Public License
15 stars 9 forks source link

Implement Sidebar Auto Hide #2

Open fofajardo opened 7 years ago

fofajardo commented 7 years ago

Pretty much self-explanatory. This allows the sidebar to auto-hide when not hovered (saves space when not in use).

fofajardo commented 4 years ago

There are two approaches here:

  1. AppBar messages - This is the native way, also used by the taskbar. The only downside here is that the taskbar and the sidebar cannot auto hide at the same time.
  2. Manual manipulation - Requires more code, yet can work even if the taskbar is using auto hide.