Inverted contextual toggle in sample; Fixed incorrect background during transition animation (again)

This commit is contained in:
Joshua Askharoun 2021-02-09 15:08:56 -06:00
Родитель 5bb806eb92
Коммит 57c20d4d51
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -134,7 +134,7 @@
</controls:TabbedCommandBar>
<Grid Grid.Row="1">
<ToggleSwitch x:Name="ContextualToggle" IsOn="True"
<ToggleSwitch x:Name="ContextualToggle" IsOn="{Binding Visibility, ElementName=ShapeFormat, Mode=TwoWay}"
OffContent="Contextual Tab Off" OnContent="Contextual Tab On"/>
</Grid>
</Grid>

Просмотреть файл

@ -84,7 +84,7 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls
_previousSelectedItem.RegisterPropertyChangedCallback(TabbedCommandBarItem.VisibilityProperty, SelectedItemVisibilityChanged);
// Set the ribbon background and start the transition animation
_ribbonContentBorder.Background = item.Background;
//_ribbonContentBorder.Background = item.Background;
_tabChangedStoryboard?.Begin();
}

Просмотреть файл

@ -246,7 +246,7 @@
</Grid>
<Border x:Name="PART_RibbonContentBorder" Grid.Row="1"
<Border x:Name="PART_RibbonContentBorder" Grid.Row="1" Background="{Binding ElementName=PART_RibbonContent, Path=Content.Background}"
VerticalAlignment="Stretch" HorizontalAlignment="Stretch">
<ContentControl x:Name="PART_RibbonContent" Content="{TemplateBinding SelectedItem}"
HorizontalContentAlignment="Stretch">