The NavigationView control should be updated to support swipe gestures to change to different menus and items.
| Capability | Priority |
| :---------- | :------- |
| Improve the usability of touch applications | Must |
| This proposal will allow end users to accomplish X | Should |
| Provide a way Win32 apps that use Ribbon more touch friendly | Could |
| This proposal will also solve Proposal #848 | Would |
As an touch user, that uses even his non touch desktop in Tablet Mode, I hate tapping on things I should be able to swipe. I would love to swipe between menus to find what I want to faster.
Here's a proof of concept already in a WinUI application.
@dpaulino did a great job on this feature implementing it into the Nightingale Rest client. I feel it is something that all WinUI apps should take advantage of. From using it, it also solves the problem of menus not following the finger of controls such as Pivot. Since Pivot has been put in "maintenance mode" , let's improve the usability of NavigationView.
That is a Pivot, and the Pivot supports swiping.
That is a Pivot, and the Pivot supports swiping.
Correct me if I am wrong, but pivot didn't support following of the finger. This particular customized control, follows the person's finger. Unless the creator, added finger following, and styled it like the NavigationView, I am pretty sure app is using NavigationView instead of Pivot.
@shaheedmalik it's actually using pivot 馃槢
That is a Pivot, and the Pivot supports swiping.
Correct me if I am wrong, but pivot didn't support following of the finger. This particular customized control, follows the person's finger. Unless the creator, added finger following, and styled it like the NavigationView, I am pretty sure app is using NavigationView instead of Pivot.
Pivot does follow your finger, and when it moves a certain distance, and releases, it completes the transition to the next Pivot Item.
It is only the selection indicator that does not follow your finger, or animate it's position. The team felt there was not enough benefit to updating this control to support this, like the NavigationView's selection indicator. #2585
That is a Pivot, and the Pivot supports swiping.
Correct me if I am wrong, but pivot didn't support following of the finger. This particular customized control, follows the person's finger. Unless the creator, added finger following, and styled it like the NavigationView, I am pretty sure app is using NavigationView instead of Pivot.
Pivot does follow your finger, and when it moves a certain distance, and releases, it completes the transition to the next Pivot Item.
It is only the selection indicator that does not follow your finger, or animate it's position. The team felt there was not enough benefit to updating this control to support this, like the NavigationView's selection indicator. #2585
Right. I commented on that one. NavigationView should really be updated to pivot.
As an touch user, that uses even his non touch desktop in Tablet Mode, I hate tapping on things I should be able to swipe. I would love to swipe between menus to find what I want to faster.
I would like to add that pivots are great with trackpads, too. I love being able to use two-finger horizontal swipe to quickly navigate through pages without every having to click or tap.
Right. I commented on that one. NavigationView should really be updated to pivot.
I disagree with this, the Pivot and NavigationView (set to top mode) are fundamentally different controls, and swiping with NavigationView would have lots of usability issues with the content in the pages themselves, if it "ate" the input.
Also NavigationView pages, do not necessarily have a chronological or logical grouping, so quick swipe actions would have to go through each of the pages one by one, which will add to load times, and could cause confusion.
Just because the top orientated NavigationView has a similar appearance to the Pivot - doesn't mean the swipe gesture makes logical sense.
Most helpful comment
I would like to add that pivots are great with trackpads, too. I love being able to use two-finger horizontal swipe to quickly navigate through pages without every having to click or tap.