microsoft / WPF-Samples

Repository for WPF related samples
MIT License
5.07k stars 3.2k forks source link

[ WPF Gallery ] Added PageHeader control and created DataTemplate for navigation card #630

Closed dipeshmsft closed 3 days ago

dipeshmsft commented 1 month ago

Description

Fixes #629

Added PageHeader control and included the control in all the pages of the gallery application. Apart from that, I have removed DataTemplate from group pages and created a Templates.xaml file which has the DataTemplate.

Microsoft Reviewers: Open in CodeFlow
dipeshmsft commented 1 week ago

Keep in mind #646 Accessibility issue, before merging this. This PR can probably reopen the issue and make it more harder to resolve.