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

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.v19.2.dll

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