FMX.ListView.Types.TListItemDrawable.DoResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoResize; virtual;

C++

virtual void __fastcall DoResize();

Properties

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

Description

Starts layout changes if the size of a list view item has been modified.

The DoResize virtual method is to be implemented in child classes. If the Width or Height values are modified, DoResize method invokes Invalidate and repaints the list view.

See Also