GridSplitter Class

Definition

Represents the control that redistributes space between columns or rows of a Grid control.

public class GridSplitter : Windows.UI.Xaml.Controls.Control
type GridSplitter = class
    inherit Control
Public Class GridSplitter
Inherits Control
Inheritance
Windows.UI.Xaml.Controls.Control
GridSplitter

Constructors

GridSplitter()

Initializes a new instance of the GridSplitter class.

Fields

CursorBehaviorProperty

Identifies the CursorBehavior dependency property.

ElementProperty

Identifies the Element dependency property.

GripperCursorProperty

Identifies the GripperCursor dependency property.

GripperCustomCursorResourceProperty

Identifies the GripperCustomCursorResource dependency property.

GripperForegroundProperty

Identifies the GripperForeground dependency property.

ParentLevelProperty

Identifies the ParentLevel dependency property.

ResizeBehaviorProperty

Identifies the ResizeBehavior dependency property.

ResizeDirectionProperty

Identifies the ResizeDirection dependency property.

Properties

CursorBehavior

Gets or sets splitter cursor on hover behavior

Element

Gets or sets the visual content of this Grid Splitter

GripperCursor

Gets or sets the gripper Cursor type

GripperCustomCursorResource

Gets or sets the gripper Custom Cursor resource number

GripperForeground

Gets or sets the foreground color of grid splitter grip

ParentLevel

Gets or sets the level of the parent grid to resize

ResizeBehavior

Gets or sets which Columns or Rows the Splitter resizes.

ResizeDirection

Gets or sets whether the Splitter resizes the Columns, Rows, or Both.

Methods

OnApplyTemplate() Windows.UI.Xaml.Controls.Control.OnApplyTemplate
OnKeyDown(KeyRoutedEventArgs) Windows.UI.Xaml.Controls.Control.OnKeyDown(Windows.UI.Xaml.Input.KeyRoutedEventArgs)
OnManipulationCompleted(ManipulationCompletedRoutedEventArgs) Windows.UI.Xaml.Controls.Control.OnManipulationCompleted(Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs)
OnManipulationDelta(ManipulationDeltaRoutedEventArgs) Windows.UI.Xaml.Controls.Control.OnManipulationDelta(Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs)
OnManipulationStarted(ManipulationStartedRoutedEventArgs) Windows.UI.Xaml.Controls.Control.OnManipulationStarted(Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs)

Applies to