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
Declaration
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