Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Hierarchical Navigation View (Dev Tracking) #1317

Closed
27 of 31 tasks
ojhad opened this issue Sep 11, 2019 · 0 comments
Closed
27 of 31 tasks

Feature: Hierarchical Navigation View (Dev Tracking) #1317

ojhad opened this issue Sep 11, 2019 · 0 comments
Assignees
Labels
area-NavigationView NavView control team-Controls Issue for the Controls team working on it
Milestone

Comments

@ojhad
Copy link
Contributor

ojhad commented Sep 11, 2019

Tracking work for #79
(List & structure may change a bit in the coming days)

Update control to allow for hierarchical selection

  • Update selection to be able to handle leveled selection
    • Correctly handle user interaction selection routes Left Navigation View
    • Correctly handle API selection routes Left Navigation View
    • Correctly handle user interaction selection routes Top Navigation View
    • Correctly handle API selection routes Top Navigation View
  • Update usage of IndexPath within NavigationView to expect more than one level
  • Write some tests to verify these selection scenarios

Create NavigationViewItem API and Test App Code

  • Update IDL files and corresponding classes
  • Create TestApp Pages
  • Write some basic initial tests

Hierarchical Navigation View For Left Expanded Mode

  • Update NVI to be able to display nested repeater and menu items
  • add Expanding/Collapsing behavior
  • proper selection indicator display (isChildSelected) markup
  • proper selection indicator display (isChildSelected) databinding

Heirarchical Navigation View for Left Compact Mode

  • Update NVI to be able to display its menu items in a flyout to the right
    • write logic to allow for the back and forth movement of items between main list and flyout
  • Update selection to work between main list and flyout
  • Update visuals (selection indicator, etc.) to work between main list and flyout

Hierarchical Navigation View for Top and Top Overflow modes

  • Update Top NVI to be able to display its menu items in a flyout below
  • Update 'More' flyout to work with the overflow flyout
  • Verify selection behavior
  • Animation

Flyout Behaviors

  • Update flyout (overflow and normal) behavior to be consistent when selection is changed (for example in scenarios where an item with children vs leaf node is selected)

Accessibility and Narrator Support

  • Update NVI Automation Peer (look at scroll to item)
  • Write AP specific tests
  • Verify Narrator support
  • Verify keyboarding support

Add Animations to match motion comps

  • Add selection indicator animations
  • Add chevron and chevron animations

Create NavigationViewItem Template Settings

  • Create NavigationViewItem Template Settings
@ojhad ojhad self-assigned this Sep 11, 2019
@jevansaks jevansaks added this to the WinUI 2.3 milestone Oct 22, 2019
@jevansaks jevansaks added the team-Controls Issue for the Controls team label Nov 7, 2019
@jevansaks jevansaks modified the milestones: WinUI 2.3, WinUI 2.4 Nov 11, 2019
@ojhad ojhad closed this as completed Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NavigationView NavView control team-Controls Issue for the Controls team working on it
Projects
None yet
Development

No branches or pull requests

2 participants