Enum GridResizeBehavior
Enum to indicate what Columns or Rows the GridSplitter resizes.
public enum GridResizeBehavior
Fields
BasedOnAlignment = 0
Determine which columns or rows to resize based on its Alignment.
CurrentAndNext = 1
Resize the current and next Columns or Rows.
PreviousAndCurrent = 2
Resize the previous and current Columns or Rows.
PreviousAndNext = 3
Resize the previous and next Columns or Rows.