Microsoft/calculator

[RS5+] Update NavigationView to use DataTemplates and a template selector to generate menu in XAML rather than in code

Open

#63 opened on Feb 27, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (2,422 forks)batch import
Pri: 2approvedcodebase qualityhelp wanted

Repository metrics

Stars
 (16,196 stars)
PR merge metrics
 (Avg merge 15h 43m) (7 merged PRs in 30d)

Description

Once our min version is RS5, we can update our app to use DataTemplates in the NavigationView. Downlevel, this is bugged and a DataTemplate with a NavigationViewItem/NavigationViewItemHeader as the top-level element will result in a double-nested item container.

Contributor guide