共用方式為


IApp.ScrollTo 方法

定義

捲動直到畫面上顯示符合 的專案 toMarked 為止。

public void ScrollTo (string toMarked, string withinMarked = null, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true, Nullable<TimeSpan> timeout = null);
abstract member ScrollTo : string * string * Xamarin.UITest.ScrollStrategy * double * int * bool * Nullable<TimeSpan> -> unit
Public Sub ScrollTo (toMarked As String, Optional withinMarked As String = null, Optional strategy As ScrollStrategy = Xamarin.UITest.ScrollStrategy.Auto, Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional withInertia As Boolean = true, Optional timeout As Nullable(Of TimeSpan) = null)

參數

toMarked
String

標示選取器以選取要在螢幕上顯示的專案。 如需相關資訊,請參閱 Marked(String)

withinMarked
String

標示選取器,以選取要捲動的專案。 如需相關資訊,請參閱 Marked(String)

strategy
ScrollStrategy

捲動元素的策略。

swipePercentage
Double

從 0.0 撥動到 1.0) (元素之間的距離。 忽略以程式設計方式捲動。

swipeSpeed
Int32

手勢的速度。 忽略以程式設計方式捲動。

withInertia
Boolean

撥動是否應該造成慣性。 忽略以程式設計方式捲動。

timeout
Nullable<TimeSpan>

TimeSpan 失敗前等候的 。

適用於