FMX.ListView.TAppearanceListView.ItemAppearanceChangeHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ItemAppearanceChangeHeight(const Sender: TItemAppearanceProperties);

C++

void __fastcall ItemAppearanceChangeHeight(Fmx::Listview::Appearances::TItemAppearanceProperties* const Sender);

Properties

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

Description

Called when the heights of the items are changed.

See Also