FMX.Grid.TCustomGrid.TopRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopRow: Integer read GetTopRow write SetTopRow;

C++

__property int TopRow = {read=GetTopRow, write=SetTopRow, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

Specifies the index of the first visible scrollable row in the grid.

Read TopRow to determine the index of the first row in the scrollable region that is visible. Set TopRow to scroll the rows in the grid so that the row with the TopRow index is the first row after the fixed rows.

See Also