enum
ScrollbarMode
public sealed enum ScrollbarMode : Enum Enum Values
| Name | Value | Description |
|---|---|---|
Auto | | Only show the scrollbar when necessary. |
Off | | Never show the scrollbar. |
On | | Always show the scrollbar. |