SplitterGrip Class

Definition

Splitter used in between SplitterItems in a SplitterPanel.

public ref class SplitterGrip : System::Windows::Controls::Primitives::Thumb
public class SplitterGrip : System.Windows.Controls.Primitives.Thumb
type SplitterGrip = class
    inherit Thumb
Public Class SplitterGrip
Inherits Thumb
Inheritance
SplitterGrip

Constructors

SplitterGrip()

Microsoft internal use only.

Fields

OrientationProperty

Microsoft internal use only.

ResizeBehaviorProperty

Microsoft internal use only.

Properties

Orientation

Microsoft internal use only.

ResizeBehavior

Microsoft internal use only.

Methods

OnCreateAutomationPeer()

Since this control can be only used with a mouse and cannot be reached via keyboard, prevent accessibility tools from interacting with this control. Setting the AutomationPeer to null prevents navigating to control using CapsLock + Left\Right.

Applies to