共用方式為


UIScrollView.ScrollsToTop 屬性

定義

如果 true 為 ,則當使用者點選狀態列時,捲動檢視會跳到內容頂端。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ScrollsToTop { [Foundation.Export("scrollsToTop")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setScrollsToTop:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ScrollsToTop : bool with get, set

屬性值

預設值為 false

屬性

備註

如果設定為 trueShouldScrollToToptrue 回 ,則點選狀態列上的點選手勢會跳到內容檢視頂端並引發 ScrolledToTop 事件。

適用於

另請參閱