Back to Devexpress

WindowsFormsSettings.ShowTouchScrollBarOnMouseMove Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-cf09c582.md

latest1.8 KB
Original Source

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

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

Declaration

csharp
public static bool ShowTouchScrollBarOnMouseMove { get; set; }
vb
Public Shared Property ShowTouchScrollBarOnMouseMove As Boolean

Property Value

TypeDescription
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

ScrollUIMode

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace