Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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