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
HorizontalAlignment property value has been incorrectly mentioned as System.Windows.VerticalAlignment.Stretch. I have corrected it as System.Windows.HorizontalAlignment.Stretch.
Copy file name to clipboardExpand all lines: xml/System.Windows.Controls/GridResizeBehavior.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The behavior of the <xref:System.Windows.Controls.GridSplitter.ResizeBehavior%2A
42
42
43
43
- When the <xref:System.Windows.FrameworkElement.HorizontalAlignment%2A> property is set to <xref:System.Windows.HorizontalAlignment.Center?displayProperty=nameWithType>, space is redistributed between the columns that are to the left and right of the column that is specified for the <xref:System.Windows.Controls.GridSplitter>.
44
44
45
-
- When the <xref:System.Windows.FrameworkElement.HorizontalAlignment%2A> property is set to <xref:System.Windows.VerticalAlignment.Stretch?displayProperty=nameWithType>, space is redistributed between the columns that are to the left and right of the column that is specified for the <xref:System.Windows.Controls.GridSplitter>.
45
+
- When the <xref:System.Windows.FrameworkElement.HorizontalAlignment%2A> property is set to <xref:System.Windows.HorizontalAlignment.Stretch?displayProperty=nameWithType>, space is redistributed between the columns that are to the left and right of the column that is specified for the <xref:System.Windows.Controls.GridSplitter>.
0 commit comments