GridResizeDirection Enum

Summary

Enum to indicate whether GridSplitter resizes Columns or Rows.
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["GridResizeDirection"] class Type type-node

Syntax

public enum GridResizeDirection

Fields

Name Constant Value Summary
Auto 0
Determines whether to resize rows or columns based on its Alignment and width compared to height.
static
Columns 1
Resize columns when dragging Splitter.
static
Rows 2
Resize rows when dragging Splitter.
static

Extension Methods