iframe >
Xamarin.Android Documentation
Select(GridCellRange,Boolean) 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
: Select(GridCellRange,Boolean) Method
GridCellRange
to select.
Whether to scroll the new selection into view.
Selects a given cell and optionally scrolls it into view.
Syntax
C#
public
void
Select(
GridCellRange
range
,
bool
scrollIntoView
)
Parameters
range
GridCellRange
to select.
scrollIntoView
Whether to scroll the new selection into view.
See Also
Reference
FlexGrid Class
FlexGrid Members
Send Feedback