Skip to main content

SplitContainerControl.AllowTouchScroll Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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