FMX.ListView.Types.IListViewAdapter.OnItemsResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnItemsResize: TNotifyEvent write SetOnItemsResize;

C++

__property System::Classes::TNotifyEvent OnItemsResize = {write=SetOnItemsResize};

Properties

Type Visibility Source Unit Parent
event public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewAdapter

Description

OnItemsResize shows when items' sizes were changed. Also notifies the view that the sizes of items need recalculation.

See Also