UIScrollView.ShowsHorizontalScrollIndicator Property

Definition

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

public virtual bool ShowsHorizontalScrollIndicator { [Foundation.Export("showsHorizontalScrollIndicator")] get; [Foundation.Export("setShowsHorizontalScrollIndicator:")] set; }
member this.ShowsHorizontalScrollIndicator : bool with get, set

Property Value

The default value is true.

Attributes

Remarks

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

Applies to

See also