Gets or sets if end-users can scroll the SplitContainerControl by dragging its content.
public override bool AllowTouchScroll { get; set; }
Overrides Public Property AllowTouchScroll As Boolean
If the AllowTouchScroll property equals true, end-users can touch the SplitContainerControl content and drag it to scroll this SplitContainerControl. Otherwise, only scrolling via scroll bars is enabled.