FMX.Grid.TCustomGrid.ScrollToSelectedCell

From RAD Studio API Documentation

Delphi

procedure ScrollToSelectedCell;

C++

void __fastcall ScrollToSelectedCell();

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 selected cell is visible.

See Also