GridResizeBehavior Enumeration
Enum to indicate what Columns or Rows the
GridSplitter resizes.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum GridResizeBehavior
Public Enumeration GridResizeBehavior
| 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.
|