Share via


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

Name Description
SplitterGrip()

Microsoft internal use only.

Fields

Name Description
OrientationProperty

Microsoft internal use only.

ResizeBehaviorProperty

Microsoft internal use only.

Properties

Name Description
Orientation

Microsoft internal use only.

ResizeBehavior

Microsoft internal use only.

Methods

Name Description
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