diff --git a/WinUIGallery/Controls/PageHeader.xaml b/WinUIGallery/Controls/PageHeader.xaml
index 8205084a5..666e08d54 100644
--- a/WinUIGallery/Controls/PageHeader.xaml
+++ b/WinUIGallery/Controls/PageHeader.xaml
@@ -10,6 +10,7 @@
xmlns:data="using:WinUIGallery.Data"
xmlns:local="using:WinUIGallery.DesktopWap.Controls"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+ Loaded="UserControl_Loaded"
mc:Ignorable="d">
@@ -17,31 +18,81 @@
x:Name="collectionConverter"
EmptyValue="Collapsed"
NotEmptyValue="Visible" />
+
-
-
-
-
-
+
+
+
+
+
-
+
@@ -78,19 +131,19 @@
-
+
-
-
+
+
-
+
@@ -98,65 +151,72 @@
-
-
-
-
-