GridResizeBehavior Enumeration

Enum to indicate what Columns or Rows the GridSplitter resizes.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
public enum GridResizeBehavior

Members

BasedOnAlignment0 Determine which columns or rows to resize based on its Alignment.
CurrentAndNext1 Resize the current and next Columns or Rows.
PreviousAndCurrent2 Resize the previous and current Columns or Rows.
PreviousAndNext3 Resize the previous and next Columns or Rows.

See Also