FMX.ListView.TPresentedListView.DoItemsResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsResize; override;

C++

virtual void __fastcall DoItemsResize();

Properties

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

Description

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

FMX.ListView.TPresentedListView.DoItemsResize inherits from FMX.ListView.TAdapterListView.DoItemsResize. All content below this line refers to FMX.ListView.TAdapterListView.DoItemsResize.

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

See Also