UIKit.UIScrollView.ScrollIndicatorInsets Property
How far inset the scroll indicators are from the scroll view's edges.

Syntax

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

See Also

UIScrollView.ContentInset

Value

Default value is UIEdgeInsets.Zero

Remarks

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

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0