ViewGroup.ScheduleLayoutAnimation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
排程該檢視群組下一次佈局通過後播放版面動畫。
[Android.Runtime.Register("scheduleLayoutAnimation", "()V", "GetScheduleLayoutAnimationHandler")]
public virtual void ScheduleLayoutAnimation();
[<Android.Runtime.Register("scheduleLayoutAnimation", "()V", "GetScheduleLayoutAnimationHandler")>]
abstract member ScheduleLayoutAnimation : unit -> unit
override this.ScheduleLayoutAnimation : unit -> unit
- 屬性
備註
排程該檢視群組下一次佈局通過後播放版面動畫。 當檢視群組內容改變或暫停活動時,這可用來重新啟動版面動畫。
Java 文件 android.view.ViewGroup.scheduleLayoutAnimation()。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。