Skip to content

Commit a5632a9

Browse files
Remove Nested Grid to simplify template and Remove extra Visual States
Fixes IsBackButtonVisible as well.
1 parent 881fb72 commit a5632a9

File tree

2 files changed

+223
-270
lines changed

2 files changed

+223
-270
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TabbedCommandBar/TabbedCommandBar.bind

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
<RowDefinition/>
1515
</Grid.RowDefinitions>
1616

17-
<controls:TabbedCommandBar>
17+
<controls:TabbedCommandBar> <!-- IsBackButtonVisible="Visible" -->
18+
<controls:TabbedCommandBar.AutoSuggestBox>
19+
<AutoSuggestBox QueryIcon="Find" AutomationProperties.Name="Search" />
20+
</controls:TabbedCommandBar.AutoSuggestBox>
1821
<controls:TabbedCommandBar.PaneFooter>
1922
<CommandBar Background="Transparent" DefaultLabelPosition="Right">
2023
<AppBarButton Label="Share" Icon="Share"/>

0 commit comments

Comments
 (0)