FMX.ListBox.TCustomListBox.ItemWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemWidth: Single read FItemWidth write SetItemWidth;

C++

__property float ItemWidth = {read=FItemWidth, write=SetItemWidth};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Specifies the width of the items in the list box.

The default value is 0. If you set another value for ItemWidth, all the items will be re-dimensioned to that value and displayed on multiple columns.

See Also