Skip to content

Commit

Permalink
馃摐 Hide vertical scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Creaous committed Dec 13, 2023
1 parent 9301354 commit 73f7e7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Creaous.LenovoDriverManager/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ui:UiWindow x:Class="Creaous.LenovoDriverManager.LenovoUpdateCatalog"
<ui:UiWindow x:Class="Creaous.LenovoDriverManager.LenovoUpdateCatalog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Expand Down Expand Up @@ -131,7 +131,7 @@
</TreeView>

<!-- Buttons -->
<ScrollViewer HorizontalScrollBarVisibility="Auto">
<ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Disabled">
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center" Orientation="Horizontal"
Margin="50, 0, 50, 0">
<ui:Button x:Name="BtnSelectSuggested" Content="Select Suggested" Width="140" Height="32"
Expand All @@ -150,4 +150,4 @@
</ScrollViewer>
</DockPanel>
</DockPanel>
</ui:UiWindow>
</ui:UiWindow>

0 comments on commit 73f7e7a

Please sign in to comment.