Remove Auto HIde Scrollbar section

This commit is contained in:
DB p 2021-10-23 19:41:21 +09:00
parent e5a7c862b8
commit d1addc7ba6

View file

@ -615,17 +615,6 @@
DisplayMemberPath="Display" SelectedValuePath="LanguageCode" Grid.Column="2" />
</ItemsControl>
</Border>
<Border Style="{DynamicResource SettingGroupBox}">
<ItemsControl Style="{StaticResource SettingGrid}">
<StackPanel Style="{StaticResource TextPanel}">
<TextBlock Text="{DynamicResource autoHideScrollBar}"
Style="{DynamicResource SettingTitleLabel}" />
</StackPanel>
<ui:ToggleSwitch IsOn="{Binding AutoHideScrollBar}" FocusVisualMargin="5"
Style="{DynamicResource SideControlToggle}" Width="100"
ToolTip="{DynamicResource autoHideScrollBarToolTip}" />
</ItemsControl>
</Border>
</StackPanel>
</ScrollViewer>
</TabItem>