UIScrollView.ShowsHorizontalScrollIndicator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.