UIScrollView.ScrollIndicatorInsets 属性

定义

滚动指示器与滚动视图边缘的嵌入距离。

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

属性值

默认值为 Zero

属性

注解

如果应用程序开发人员将 设置为 ContentInset 默认值 Zero以外的值,开发人员通常还需要将此属性设置为相同的 UIEdgeInsets 值,以便滚动指示器显示在滚动内容附近,而不是与放置在嵌入区域内的元素重叠。

适用于

另请参阅