You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.AreEqual(lastChildExpectedWidth,lastChild.ActualWidth,"Last child width not as expected.");
103
103
}
104
+
105
+
/// <summary>
106
+
/// When a WrapPanel's width is constrained such that the last child wraps to a new row, the last child with Stretch alignment should fill the entire width of the new row.
0 commit comments