Enum ScrollBarVisiblePolicy

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Enumeration for the visible type of scrollbar.

C#
Copy
[Obsolete("This has been deprecated in API12")] public enum ScrollBarVisiblePolicy
Name Description
Auto

Show scrollbars as needed.

Invisible

Never show scrollbars.

Visible

Always show scrollbars.