Enum to indicate what Columns or Rows the Splitter resizes.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum RadGridSplitter.GridResizeBehavior
Fields
Determine which columns or rows to resize based on its Alignment.
C#
BasedOnAlignment = 0
Resize the current and next Columns or Rows.
C#
CurrentAndNext = 1
Resize the previous and current Columns or Rows.
C#
PreviousAndCurrent = 2
Resize the previous and next Columns or Rows.
C#
PreviousAndNext = 3