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