Vcl.Grids.TCustomGrid.RowHeightsChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RowHeightsChanged; dynamic;

C++

DYNAMIC void __fastcall RowHeightsChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Responds when the row heights change.

RowHeightsChanged is called immediately after the row heights change. The change can result from setting the RowHeights property, from setting the DefaultRowHeight property, from moving one of the rows, or from resizing the rows with the mouse.

RowHeightsChanged adjusts the scroll bar and the position of the inplace editor to take into account the new row size and positions of the rows.

See Also