We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88d6bd commit 63e4657Copy full SHA for 63e4657
1 file changed
components/RangeSelector/src/RangeSelector.Input.Key.cs
@@ -74,6 +74,8 @@ private void MaxThumb_KeyDown(object sender, KeyRoutedEventArgs e)
74
75
private void ShowToolTip()
76
{
77
+ var isHorizontal = Orientation == Orientation.Horizontal;
78
+ if (!isHorizontal && VerticalToolTipPlacement == VerticalToolTipPlacement.None) return;
79
if (_toolTip != null)
80
81
_toolTip.Visibility = Visibility.Visible;
0 commit comments