Szerkesztés

Megosztás a következőn keresztül:


WKInterfaceTable.ScrollToRow(nint) Method

Definition

Scrolls the table to display the row at the specified index.

[Foundation.Export("scrollToRowAtIndex:")]
public virtual void ScrollToRow (nint index);
abstract member ScrollToRow : nint -> unit
override this.ScrollToRow : nint -> unit

Parameters

index
System.System.IntPtr System.nativeint

The index of the row to be displayed. Values less than zero will scroll to the top, values greater than row count will scroll to the bottom.

Attributes

Applies to