RadGridSplitter
Represents the control that redistributes space between columns or rows of a Grid control. The GridSplitter can be located in its own row or column or it can be placed together with another element in the row or column. When it shares a row or column with another element, it should be declared last in the Grid in order to appear on top of the other element.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadGridSplitter : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewRadGridSplitter
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadGridSplitter class.
public RadGridSplitter()
Fields
GripperColorProperty
BindableProperty
Identifies the GripperColor property.
public static readonly BindableProperty GripperColorProperty
ParentLevelProperty
BindableProperty
Identifies the ParentLevel property.
public static readonly BindableProperty ParentLevelProperty
ResizeBehaviorProperty
BindableProperty
Identifies the ResizeBehavior property.
public static readonly BindableProperty ResizeBehaviorProperty
ResizeDirectionProperty
BindableProperty
Identifies the ResizeDirection property.
public static readonly BindableProperty ResizeDirectionProperty
Properties
GripperColor
Color
Gets or sets the color of the gripper.
public Color GripperColor { get; set; }
Gets or sets the level of the parent grid to resize. It is useful when the GridSplitter is placed in a nested grid, but it is intended to resize rows/columns of the outer grid. A value of 0 targets the direct parent grid, 1 targets the parent's parent grid, and so on.
public int ParentLevel { get; set; }
Gets or sets which Columns or Rows the Splitter resizes.
public RadGridSplitter.GridResizeBehavior ResizeBehavior { get; set; }
Gets or sets whether the Splitter resizes the Columns, Rows, or Both.
public RadGridSplitter.GridResizeDirection ResizeDirection { get; set; }
Methods
protected override void ChangeVisualState()
protected override void OnApplyTemplate()
Overrides: