GridResizeBehavior Enum

Summary

Enum to indicate what Columns or Rows the GridSplitter resizes.
Namespace
Avalonia.Controls
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["GridResizeBehavior"] class Type type-node

Syntax

public enum GridResizeBehavior

Fields

Name Constant Value Summary
BasedOnAlignment 0
Determine which columns or rows to resize based on its Alignment.
static
CurrentAndNext 1
Resize the current and next Columns or Rows.
static
PreviousAndCurrent 2
Resize the previous and current Columns or Rows.
static
PreviousAndNext 3
Resize the previous and next Columns or Rows.
static

Extension Methods