SplitContainer.DragIncrement Property

DevZest WPF Docking

SplitContainerDragIncrement Property
Gets or sets the minimum distance that a user must use the mouse to drag the splitter. This is a dependency property.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public double DragIncrement { get; set; }
Public Property DragIncrement As Double
	Get
	Set

Property Value

Type: Double
A value that represents the minimum distance that a user must use the mouse to drag the splitter. The default is 1.
See Also