diff --git a/WinUIGallery/ControlPages/DesignGuidance/IconographyPage.xaml b/WinUIGallery/ControlPages/DesignGuidance/IconographyPage.xaml index 066de6c9d..cabb2944e 100644 --- a/WinUIGallery/ControlPages/DesignGuidance/IconographyPage.xaml +++ b/WinUIGallery/ControlPages/DesignGuidance/IconographyPage.xaml @@ -16,6 +16,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="using:WinUIGallery.Controls" xmlns:controls1="using:WinUIGallery.DesktopWap.Controls" + xmlns:converters="using:CommunityToolkit.WinUI.Converters" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:toolkit="using:CommunityToolkit.WinUI.Controls" @@ -36,7 +37,7 @@ - + @@ -77,6 +78,9 @@ + + + @@ -140,7 +144,7 @@ MinWidth="304" MaxWidth="320" HorizontalAlignment="Left" - PlaceholderText="Search icons" + PlaceholderText="Search icons by name, code, or tags.." QueryIcon="Find" TextChanged="SearchTextBox_TextChanged" /> @@ -187,15 +191,13 @@ Style="{StaticResource SubtitleTextBlockStyle}" Text="{Binding SelectedItem.Name, Mode=OneWay}" /> - - @@ -206,6 +208,27 @@ + + + + + + + + +