FMX.ListView.TAdapterListView.DoItemsResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsResize; virtual;

C++

virtual void __fastcall DoItemsResize();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TAdapterListView

Description

Called when the size of the items of the adapter has changed.

See Also