FMX.Grid.TCustomGrid.VisibleRows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VisibleRows: Integer read GetVisibleRows;

C++

__property int VisibleRows = {read=GetVisibleRows, nodefault};

Properties

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

Description

Indicates the number of scrollable rows that are visible in the grid.

Use VisibleRows to determine the number of scrollable rows that are fully visible in the grid. VisibleRows includes any partially visible rows on the top and bottom of the grid.

See Also