Skip to content

Commit 5716f4f

Browse files
committed
Smoother scrolling for watcher
1 parent f196226 commit 5716f4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CompactGUI/Views/Components/FolderWatcherCard.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
Grid.Row="3" Grid.ColumnSpan="2"
119119
Margin="-10,0,-20,0" Padding="0,0,10,0" HorizontalAlignment="Stretch"
120120
d:ItemsSource="{Binding Source={StaticResource Dtd}}"
121-
Background="Transparent" BorderThickness="0"
121+
Background="Transparent" BorderThickness="0" VirtualizingPanel.ScrollUnit="Pixel"
122122
ItemsSource="{Binding Source={StaticResource Src}}"
123123
ScrollViewer.VerticalScrollBarVisibility="Visible">
124124

0 commit comments

Comments
 (0)