Class GridSplitter
Represents the control that redistributes space between columns or rows of a Grid control.
Inheritance
System.Object
GridSplitter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: OpenSilver.dll
Syntax
public class GridSplitter : Control
Constructors
|
Improve this Doc
View Source
GridSplitter()
Declaration
Fields
|
Improve this Doc
View Source
CursorBehaviorProperty
Declaration
public static readonly DependencyProperty CursorBehaviorProperty
Field Value
|
Improve this Doc
View Source
ElementProperty
Identifies the Element dependency property.
Declaration
public static readonly DependencyProperty ElementProperty
Field Value
|
Improve this Doc
View Source
GripperCursorProperty
Declaration
public static readonly DependencyProperty GripperCursorProperty
Field Value
|
Improve this Doc
View Source
GripperCustomCursorResourceProperty
Declaration
public static readonly DependencyProperty GripperCustomCursorResourceProperty
Field Value
|
Improve this Doc
View Source
GripperForegroundProperty
Declaration
public static readonly DependencyProperty GripperForegroundProperty
Field Value
|
Improve this Doc
View Source
ParentLevelProperty
Declaration
public static readonly DependencyProperty ParentLevelProperty
Field Value
|
Improve this Doc
View Source
PreviewStyleProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty PreviewStyleProperty
Field Value
|
Improve this Doc
View Source
ResizeBehaviorProperty
Declaration
public static readonly DependencyProperty ResizeBehaviorProperty
Field Value
|
Improve this Doc
View Source
ResizeDirectionProperty
Declaration
public static readonly DependencyProperty ResizeDirectionProperty
Field Value
|
Improve this Doc
View Source
ShowsPreviewProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty ShowsPreviewProperty
Field Value
Properties
|
Improve this Doc
View Source
CursorBehavior
Gets or sets splitter cursor on hover behavior
Declaration
public GridSplitter.SplitterCursorBehavior CursorBehavior { get; set; }
Property Value
|
Improve this Doc
View Source
Element
Gets or sets the visual content of this Grid Splitter
Declaration
public UIElement Element { get; set; }
Property Value
|
Improve this Doc
View Source
GripperCursor
Gets or sets the gripper Cursor type
Declaration
public GridSplitter.GripperCursorType GripperCursor { get; set; }
Property Value
|
Improve this Doc
View Source
GripperCustomCursorResource
Gets or sets the gripper Custom Cursor resource number
Declaration
public int GripperCustomCursorResource { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GripperForeground
Gets or sets the foreground color of grid splitter grip
Declaration
public Brush GripperForeground { get; set; }
Property Value
|
Improve this Doc
View Source
ParentLevel
Gets or sets the level of the parent grid to resize
Declaration
public int ParentLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PreviewStyle
Declaration
[NotImplemented]
public Style PreviewStyle { get; set; }
Property Value
|
Improve this Doc
View Source
ResizeBehavior
Gets or sets which Columns or Rows the Splitter resizes.
Declaration
public GridSplitter.GridResizeBehavior ResizeBehavior { get; set; }
Property Value
|
Improve this Doc
View Source
ResizeDirection
Gets or sets whether the Splitter resizes the Columns, Rows, or Both.
Declaration
public GridSplitter.GridResizeDirection ResizeDirection { get; set; }
Property Value
|
Improve this Doc
View Source
ShowsPreview
Declaration
[NotImplemented]
public bool ShowsPreview { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Overrides
Extension Methods