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 881fb72 commit a5632a9Copy full SHA for a5632a9
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TabbedCommandBar/TabbedCommandBar.bind
@@ -14,7 +14,10 @@
14
<RowDefinition/>
15
</Grid.RowDefinitions>
16
17
- <controls:TabbedCommandBar>
+ <controls:TabbedCommandBar> <!-- IsBackButtonVisible="Visible" -->
18
+ <controls:TabbedCommandBar.AutoSuggestBox>
19
+ <AutoSuggestBox QueryIcon="Find" AutomationProperties.Name="Search" />
20
+ </controls:TabbedCommandBar.AutoSuggestBox>
21
<controls:TabbedCommandBar.PaneFooter>
22
<CommandBar Background="Transparent" DefaultLabelPosition="Right">
23
<AppBarButton Label="Share" Icon="Share"/>
0 commit comments