Skip to main content

WindowsFormsSettings.ShowTouchScrollBarOnMouseMove Property

Gets or sets whether a control’s scroll bars appear on screen when an end-user moves the mouse pointer over the scrollable content. This is a static property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public static bool ShowTouchScrollBarOnMouseMove { get; set; }

Property Value

Type Description
Boolean

true if scroll bars appear on screen when an end-user moves the mouse pointer over the scrollable content; otherwise, false.

Remarks

By default, scroll bars in touch mode are displayed on screen when an end-user moves the mouse pointer over scrollable content or scrolls the content. Set the static ShowTouchScrollBarOnMouseMove property to false to prevent scroll bars from being shown on a mouse move.

See Also