Closed Lamparter closed 1 month ago
ShowToolbar is completely different setting here. I don't think this works when you switch between tabs.
ShowToolbar is completely different setting here. I don't think this works when you switch between tabs.
This is correct
ShowToolbar is completely different setting here. I don't think this works when you switch between tabs.
It worked when I tried it
This will cause the toolbar to show even if the user turned it off from settings.
@Lamparter you can do this by modifying the toolbar visibility in MainPage.xaml
.
Visibility="{x:Bind converters:MultiBooleanConverter.AndConvertToVisibility(SidebarAdaptiveViewModel.PaneHolder.ActivePaneOrColumn.InstanceViewModel.IsPageTypeNotHome, ViewModel.ShowToolbar), Mode=OneWay}" />
Looking good! Can you please remove the header from the toolbar control now that it's no longer used?
What do you mean?
In InnerNavigationToolbar.xaml
.
Resolved / Related Issues
Steps used to test these changes