We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5632a9 commit 5eb5717Copy full SHA for 5eb5717
Microsoft.Toolkit.Uwp.UI.Controls.Core/TabbedCommandBar/TabbedCommandBar.xaml
@@ -30,6 +30,14 @@
30
<RowDefinition Height="*" />
31
</Grid.RowDefinitions>
32
<VisualStateManager.VisualStateGroups>
33
+ <VisualStateGroup x:Name="AutoSuggestGroup">
34
+ <VisualState x:Name="AutoSuggestBoxVisible" />
35
+ <VisualState x:Name="AutoSuggestBoxCollapsed">
36
+ <VisualState.Setters>
37
+ <Setter Target="TopPaneAutoSuggestArea.Visibility" Value="Collapsed" />
38
+ </VisualState.Setters>
39
+ </VisualState>
40
+ </VisualStateGroup>
41
<VisualStateGroup x:Name="BackButtonGroup">
42
<VisualState x:Name="BackButtonVisible" />
43
<VisualState x:Name="BackButtonCollapsed">
0 commit comments