API:FMX.ListBox.TListBox.ItemWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemWidth;

C++

__property ItemWidth = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBox

Description

Specifies the width of the items in the list box.

FMX.ListBox.TListBox.ItemWidth inherits from FMX.ListBox.TCustomListBox.ItemWidth. All content below this line refers to FMX.ListBox.TCustomListBox.ItemWidth.

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