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

ScrollUIMode Enum

Provides members that enumerate scroll bar UI modes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v17.2.dll

Declaration

public enum ScrollUIMode

Members

Name Description
Default

Specifies the same UI mode as the Desktop value.

Desktop

Scroll bars that are optimized for desktop applications. In this mode, scroll bars contain scroll buttons. The auto-hide functionality is not supported.

ScrollBarBase_DesktopUI

Touch

Scroll bars that are optimized for touch-aware applications.

In this mode, the scroll bar thumb supports the auto-hide functionality. It automatically appears when an end-user flicks the scrollable content (or the mouse cursor moves over the control), and disappears if the control is not scrolled (or the mouse cursor does not move) for some time. The scroll bar buttons are never displayed.

ScrollBarBase_TouchUI

Related API Members

The following properties accept/return ScrollUIMode values:

Remarks

Members of the ScrollUIMode enumeration are used to set the ScrollBarBase.UIMode property to specify the UI mode in which scroll bars are displayed.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ScrollUIMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also