GridResizeBehavior Enumeration
Enum to indicate what Columns or Rows the GridSplitter resizes.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum GridResizeBehavior
Public Enumeration GridResizeBehavior
type GridResizeBehavior
Members
BasedOnAlignment | 0 | Determine which columns or rows to resize based on its Alignment. |
CurrentAndNext | 1 | Resize the current and next Columns or Rows. |
PreviousAndCurrent | 2 | Resize the previous and current Columns or Rows. |
PreviousAndNext | 3 | Resize the previous and next Columns or Rows. |