Skip to content

Commit

Permalink
Merge pull request #1234 from Microsoft/1149_ScrollHeader
Browse files Browse the repository at this point in the history
ScrollHeader: Removed tabstop from ScrollHeader
  • Loading branch information
Odonno authored Jun 25, 2017
2 parents 684ddfa + 8879942 commit 79415de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls">
<Style TargetType="controls:ScrollHeader">
<Setter Property="IsTabStop" Value="False"></Setter>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="controls:ScrollHeader">
Expand Down

0 comments on commit 79415de

Please sign in to comment.