Skip to content

Commit 82464b7

Browse files
committed
Remove deferred scroll option to enable direct scrolling
1 parent 3bacb3f commit 82464b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,6 @@
662662
ItemsSource="{Binding PluginViewModels}"
663663
Margin="5, 0, 0, 0" ScrollViewer.HorizontalScrollBarVisibility="Disabled"
664664
ItemContainerStyle="{StaticResource PluginList}"
665-
ScrollViewer.IsDeferredScrollingEnabled="True" ScrollViewer.CanContentScroll="False"
666665
Padding="0 0 7 0" Width="Auto" HorizontalAlignment="Stretch" SnapsToDevicePixels="True" ui:ScrollViewerHelper.AutoHideScrollBars="{Binding AutoHideScrollBar, Mode=OneWay}">
667666
<ListBox.ItemsPanel>
668667
<ItemsPanelTemplate>
@@ -916,7 +915,6 @@
916915
ItemsSource="{Binding ExternalPlugins}"
917916
Margin="6, 0, 0, 0" ScrollViewer.HorizontalScrollBarVisibility="Disabled"
918917
ItemContainerStyle="{StaticResource StoreList}" SelectionMode="Single"
919-
ScrollViewer.IsDeferredScrollingEnabled="True" ScrollViewer.CanContentScroll="False"
920918
Padding="0 0 0 0" Width="Auto" VerticalContentAlignment="Center" HorizontalAlignment="Stretch" ui:ScrollViewerHelper.AutoHideScrollBars="{Binding AutoHideScrollBar, Mode=OneWay}">
921919
<ListBox.ItemsPanel>
922920
<ItemsPanelTemplate>

0 commit comments

Comments
 (0)