Skip to content

Commit

Permalink
Fixes #38 by setting PanningMode to HorizontalOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Dec 9, 2014
1 parent a83cda7 commit 4f79b24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fluent/Themes/Office2010/Controls/RibbonTabControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@
Value="Auto" />
<Setter Property="VerticalScrollBarVisibility"
Value="Disabled" />
<Setter Property="PanningMode"
Value="HorizontalOnly" />
</Style>
</ControlTemplate.Resources>
<Grid x:Name="ContentGrid"
Expand Down
2 changes: 2 additions & 0 deletions Fluent/Themes/Office2013/Controls/RibbonTabControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@
Value="Auto" />
<Setter Property="VerticalScrollBarVisibility"
Value="Disabled" />
<Setter Property="PanningMode"
Value="HorizontalOnly"/>
</Style>
</ControlTemplate.Resources>
<Grid x:Name="ContentGrid"
Expand Down

0 comments on commit 4f79b24

Please sign in to comment.