FMX.Grid.TCustomGrid.SetTopLeft
Delphi
procedure SetTopLeft(const ACol, ARow: Integer); overload;
C++
void __fastcall SetTopLeft(const int ACol, const int ARow)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		public | FMX.Grid.pas FMX.Grid.hpp  | 
        FMX.Grid | TCustomGrid | 
Description
Changes the viewport position so that the cell at the specified column number and row number is located on the top-left corner.