From f86828e5691c2a2b7dc0f4abd58f34c0fac935c7 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:11:16 +0300 Subject: [PATCH] Fix vertical scrollbar visibility in download list (#674) --- YoutubeDownloader/Views/Components/DashboardView.axaml | 2 +- YoutubeDownloader/YoutubeDownloader.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/YoutubeDownloader/Views/Components/DashboardView.axaml b/YoutubeDownloader/Views/Components/DashboardView.axaml index 40cccbb..645ff75 100644 --- a/YoutubeDownloader/Views/Components/DashboardView.axaml +++ b/YoutubeDownloader/Views/Components/DashboardView.axaml @@ -137,7 +137,7 @@ HorizontalScrollBarVisibility="Disabled" IsVisible="{Binding !!Downloads.Count}" ItemsSource="{Binding Downloads}" - VerticalScrollBarVisibility="Auto"> + VerticalScrollBarVisibility="Visible"> diff --git a/YoutubeDownloader/YoutubeDownloader.csproj b/YoutubeDownloader/YoutubeDownloader.csproj index d7c7444..eaf8e53 100644 --- a/YoutubeDownloader/YoutubeDownloader.csproj +++ b/YoutubeDownloader/YoutubeDownloader.csproj @@ -27,10 +27,10 @@ - - - - + + + +