Skip to content

Commit

Permalink
Try disable ForceUseSmoothScroll for ComboBox
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed May 22, 2024
1 parent 7135bdf commit 80e6b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/iNKORE.UI.WPF.Modern/Themes/Styles/ComboBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
Foreground="{DynamicResource ComboBoxDropDownForeground}"
HorizontalScrollBarVisibility="{TemplateBinding ScrollViewer.HorizontalScrollBarVisibility}"
IsDeferredScrollingEnabled="{TemplateBinding ScrollViewer.IsDeferredScrollingEnabled}"
RewriteWheelChange="True"
RewriteWheelChange="True" ForceUseSmoothScroll="False"
VerticalScrollBarVisibility="{TemplateBinding ScrollViewer.VerticalScrollBarVisibility}">
<ItemsPresenter
Margin="{DynamicResource ComboBoxDropdownContentMargin}"
Expand Down

0 comments on commit 80e6b50

Please sign in to comment.