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 a5fc9eb commit e3f5a7fCopy full SHA for e3f5a7f
Microsoft.Toolkit.Uwp.UI.Controls.Layout/ListDetailsView/ListDetailsView.cs
@@ -454,7 +454,7 @@ protected override void OnItemsChanged(object e)
454
}
455
456
/// <summary>
457
- /// Updates the <see cref="TwoPaneView.Pane1Length"/> since it is of type <see cref="GridLength"/>,
+ /// Updates the <see cref="TwoPaneView.Pane1Length"/> since it is of type 'GridLength',
458
/// but <see cref="ListPaneWidth"/> is of type <see cref="double"/>.
459
/// This should be changed in a further release.
460
/// </summary>
0 commit comments