Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="5.0.0.2244" />

.NET API 1,475,488 bytes

 ScrollBarVisibility

public enum ScrollBarVisibility
Enumerates conditions under which scroll bars will be visible.
Always = 1

Indicates that scroll bars will be visible, even when the content fits on the control.

Default = 0

Indicates the default scroll bar behavior for the platform.

Never = 2

Indicates that scroll bars are not visible, even if the content does not fit on the control.