calculator icon indicating copy to clipboard operation
calculator copied to clipboard

When the window is big enough, the sidebar should be pinned open

Open fitojb opened this issue 4 years ago • 3 comments

It's annoying to have to repeatedly open the sidebar each time I want to change modes. Save me a click and take advantage of the extra screen estate when maximized!

fitojb avatar Jul 15 '21 15:07 fitojb

This is your friendly Microsoft Issue Bot. I've seen this issue come in and have gone to tell a human about it.

MicrosoftIssueBot avatar Jul 15 '21 15:07 MicrosoftIssueBot

Instead of just maximized, there could be a snap point in which the sidebar is automatically opened and pinned.

jaigak avatar Aug 24 '21 08:08 jaigak

This is standard common behaviour for UWP apps using NavigationView, but Calculator is more A-typical by using the collapsed overlay mode, because of the common option for keeping the window small.

But when the window is larger, it makes sense to keep it visible.

mdtauk avatar Aug 24 '21 13:08 mdtauk