UIScrollView.ShowsVerticalScrollIndicator 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 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.