-
I noticed that Gallery's titlebar is fully customized and looks awesome, I want to achieve similar effects in my own apps. I didn't find the source codes which is used to customize titlebar in this repo, can you please give me a link or something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The custom TitleBar is mainly done by extending the content into the TitleBar: WinUI-Gallery/WinUIGallery/Helper/NavigationOrientationHelper.cs Lines 59 to 60 in 4d3d763 The displayed Titlebar is created here: WinUI-Gallery/WinUIGallery/Navigation/NavigationRootPage.xaml Lines 55 to 66 in 4d3d763 |
Beta Was this translation helpful? Give feedback.
The custom TitleBar is mainly done by extending the content into the TitleBar:
WinUI-Gallery/WinUIGallery/Helper/NavigationOrientationHelper.cs
Lines 59 to 60 in 4d3d763
The displayed Titlebar is created here:
WinUI-Gallery/WinUIGallery/Navigation/NavigationRootPage.xaml
Lines 55 to 66 in 4d3d763