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
GridResizeBehavior
Enum
ValueType
object
IComparable
IFormattable
IConvertible

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