[]
        
(Showing Draft Content)

C1.iOS.Core.ScrollBarVisibility.Auto

Auto Field

A ScrollBar appears and the dimension of the ScrollViewer is applied to the content when the viewport cannot display all of the content. For a horizontal ScrollBar, the width of the content is set to the ScrollViewer.ViewportWidth of the ScrollViewer. For a vertical ScrollBar, the height of the content is set to the ScrollViewer.ViewportHeight of the ScrollViewer.

Namespace: C1.iOS.Core
Assembly: C1.iOS.Core.dll
Syntax
public const ScrollBarVisibility Auto = 1
Returns
Type Description
ScrollBarVisibility A ScrollBar appears and the dimension of the ScrollViewer is applied to the content when the viewport cannot display all of the content. For a horizontal ScrollBar, the width of the content is set to the ScrollViewer.ViewportWidth of the ScrollViewer. For a vertical ScrollBar, the height of the content is set to the ScrollViewer.ViewportHeight of the ScrollViewer.