Enum GridSplitter.GridResizeBehavior
Enum to indicate what Columns or Rows the GridSplitter resizes
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public enum GridResizeBehavior
Fields
Name | Description |
---|---|
BasedOnAlignment | Determine which columns or rows to resize based on its Alignment. |
CurrentAndNext | Resize the current and next Columns or Rows. |
PreviousAndCurrent | Resize the previous and current Columns or Rows. |
PreviousAndNext | Resize the previous and next Columns or Rows. |