Skip to content

Commit 9395e9a

Browse files
committed
1 parent 6883d49 commit 9395e9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MaterialDesignThemes.Wpf/Transitions/TransitioningContentBase.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System.Linq;
55
using System.Windows;
66
using System.Windows.Controls;
7+
using System.Windows.Input;
78
using System.Windows.Media;
89
using System.Windows.Media.Animation;
910

@@ -53,6 +54,8 @@ public override void OnApplyTemplate()
5354
if (_translateTransform != null)
5455
RegisterName(TranslateTransformPartName, _translateTransform);
5556

57+
KeyboardNavigation.SetIsTabStop(this, false);
58+
5659
base.OnApplyTemplate();
5760
}
5861

0 commit comments

Comments
 (0)