UIScrollView.ScrollIndicatorInsets Property

Definition

How far inset the scroll indicators are from the scroll view's edges.

public virtual UIKit.UIEdgeInsets ScrollIndicatorInsets { [Foundation.Export("scrollIndicatorInsets")] get; [Foundation.Export("setScrollIndicatorInsets:")] set; }
member this.ScrollIndicatorInsets : UIKit.UIEdgeInsets with get, set

Property Value

Default value is Zero

Attributes

Remarks

If the application developer sets the ContentInset to a value other than the default Zero, the developer will typically also want to set this property to the same UIEdgeInsets value so that the scroll indicators will appear near the scrolling content and not overlap elements placed inside the inset area.

Applies to

See also