We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e0e0a commit 69b2c1dCopy full SHA for 69b2c1d
Microsoft.Toolkit.Uwp.UI.Controls.Layout/GridSplitter/GridSplitter.Events.cs
@@ -61,6 +61,9 @@ private void CreateGripperDisplay()
61
Foreground = GripperForeground,
62
Text = _resizeDirection == GridResizeDirection.Columns ? GripperBarVertical : GripperBarHorizontal
63
};
64
+ _gripperDisplay.SetValue(
65
+ Windows.UI.Xaml.Automation.AutomationProperties.AccessibilityViewProperty,
66
+ Windows.UI.Xaml.Automation.Peers.AccessibilityView.Raw);
67
}
68
69
0 commit comments