Skip to main content

GridResizeBehavior Enumeration

Enum to indicate what Columns or Rows the GridSplitter resizes.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum GridResizeBehavior

Members

BasedOnAlignment0Determine which columns or rows to resize based on its Alignment.
CurrentAndNext1Resize the current and next Columns or Rows.
PreviousAndCurrent2Resize the previous and current Columns or Rows.
PreviousAndNext3Resize the previous and next Columns or Rows.

See Also

Reference

Avalonia.Controls Namespace