UIScrollView.ShowsVerticalScrollIndicator Property

Definition

If true, then the vertical scroll bar will be visible when tracking.

public virtual bool ShowsVerticalScrollIndicator { [Foundation.Export("showsVerticalScrollIndicator")] get; [Foundation.Export("setShowsVerticalScrollIndicator:")] set; }
member this.ShowsVerticalScrollIndicator : bool with get, set

Property Value

The default value is true.

Attributes

Remarks

Setting this value to false hides the vertical scroll bar, but does not constrain vertical tracking.

Applies to

See also