ScrollbarAnimationType Enumeration

Specifies the animation types of the Scrollbar.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public enum ScrollbarAnimationType

Members

AlwaysVisible0 The Scrollbar remains always visible.
VisibleDuringScrolling1 The scrollbar is visible only when the user scrolls, then disappears.
Off2 The Scrollbar is turned off.

See Also