microsoft / WPF-Samples

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

Introduce PageHeader in WPF Gallery #629

Open dipeshmsft opened 1 month ago

dipeshmsft commented 1 month ago

Description

All the pages in WPF Gallery, consist of a Title followed with a Description. Similar to WinUI Gallery, we will need to add other buttons like "Go To Documentation" and theme change later. So, keeping this in mind, it will be more suitable to have a PageHeader control, which will consist of all these data and can be included in all the pages.