WKInterfaceTable.ScrollToRow(nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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