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 f0bda9d commit 8511767Copy full SHA for 8511767
src/WinUIEx/WindowEx.cs
@@ -55,7 +55,8 @@ public WindowEx()
55
windowArea = new ContentControl()
56
{
57
HorizontalContentAlignment = HorizontalAlignment.Stretch,
58
- VerticalContentAlignment = VerticalAlignment.Stretch
+ VerticalContentAlignment = VerticalAlignment.Stretch,
59
+ IsTabStop = false
60
};
61
Grid.SetRow(windowArea, 1);
62
rootContent.Children.Add(windowArea);
0 commit comments