microsoft / WPF-Samples

Repository for WPF related samples
MIT License
5.16k stars 3.21k forks source link

Introduce PageHeader in WPF Gallery #629

Closed dipeshmsft closed 1 month ago

dipeshmsft commented 3 months 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.