Skip to main content
A newer version of this page is available. .

SplitContainerControl.AllowTouchScroll Property

Gets or sets if end-users can scroll the SplitContainerControl by dragging its content.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public override bool AllowTouchScroll { get; set; }

Property Value

Type Description
Boolean

true, if end-users can scroll the SplitContainerControl by dragging its content; otherwise, false.

Remarks

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.

See Also