FMX.ListView.Types.TListItemDrawable.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single index 0 read FWidth write SetOneDimension;

C++

__property float Width = {read=FWidth, write=SetOneDimension, index=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemDrawable

Description

Width of a list item inside its designated area.

If the Width value is set to 0, the list item occupies the entire width of the designated area.

See Also