ScrollBarVisibility Enumeration
Specifies the visibility of a
ScrollBar for scrollable content.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum ScrollBarVisibility
Public Enumeration ScrollBarVisibility
| Disabled | 0 |
No scrollbars and no scrolling in this dimension.
|
| Auto | 1 |
The scrollbar should be visible only if there is more content than fits in the viewport.
|
| Hidden | 2 |
The scrollbar should never be visible. No space should ever be reserved for the scrollbar.
|
| Visible | 3 |
The scrollbar should always be visible. Space should always be reserved for the scrollbar.
|