Skip to content

Commit 2de0548

Browse files
authored
disable default horizontal scroll mode
Disabled default horizontal scroll mode because TableView has it's own implementation of horizontal scrolling.
1 parent 97e87eb commit 2de0548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Themes/TableView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<Setter Property="ScrollViewer.VerticalScrollBarVisibility"
3131
Value="Auto" />
3232
<Setter Property="ScrollViewer.HorizontalScrollMode"
33-
Value="Auto" />
33+
Value="Disabled" />
3434
<win:Setter Property="ScrollViewer.IsHorizontalRailEnabled"
3535
Value="True" />
3636
<Setter Property="ScrollViewer.VerticalScrollMode"

0 commit comments

Comments
 (0)