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 2019年2月27日

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
 (平均マージ 15h 43m) (30d で 7 merged PRs)

説明

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.

コントリビューターガイド