Enum ScrollBarVisiblePolicy

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for the visible type of scrollbar.

C#
Copy
public enum ScrollBarVisiblePolicy
Name Description
Auto

Show scrollbars as needed.

Invisible

Never show scrollbars.

Visible

Always show scrollbars.