Skip to content

Commit

Permalink
Don't have the GridSplitterHandle show in UIA tree
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlacey committed Jul 28, 2020
1 parent b5cf016 commit 7114804
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ private void CreateGripperDisplay()
Foreground = GripperForeground,
Text = _resizeDirection == GridResizeDirection.Columns ? GripperBarVertical : GripperBarHorizontal
};
_gripperDisplay.SetValue(
Windows.UI.Xaml.Automation.AutomationProperties.AccessibilityViewProperty,
Windows.UI.Xaml.Automation.Peers.AccessibilityView.Raw);
}
}

Expand Down

0 comments on commit 7114804

Please sign in to comment.