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 377a884 commit 9c410d1Copy full SHA for 9c410d1
Microsoft.Toolkit.Uwp.UI.Controls.Layout/ListDetailsView/ListDetailsView.cs
@@ -405,7 +405,7 @@ private void FocusFirstFocusableElementInDetails()
405
/// </summary>
406
private void FocusItemList()
407
{
408
- if (GetTemplateChild("PartMainList") is Control list)
+ if (GetTemplateChild(PartMainList) is Control list)
409
410
list.Focus(FocusState.Programmatic);
411
}
0 commit comments