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
Pri: 2approvedcodebase qualityhelp wanted
Repository metrics
- Stars
- (30,929 stars)
- PR merge metrics
- (PR metrics pending)
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.