iframe >
Xamarin.Android Documentation
SetCursor Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
C1.Android.Grid Assembly
>
C1.Android.Grid Namespace
>
FlexGrid Class
: SetCursor Method
The row.
The column.
Sets the cursor of the grid to the specified row and column.
Syntax
C#
public
bool
SetCursor(
int
row
,
int
column
)
Parameters
row
The row.
column
The column.
Return Value
true
if the operation succeded
See Also
Reference
FlexGrid Class
FlexGrid Members
Send Feedback