FMX.ListBox.TListBox.Columns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Columns: Integer read FColumns write SetColumns default 1;

C++

__property Columns = {default=1};

Properties

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

Description

Specifies the number of columns on which to display the items in the list box.

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

Specifies the number of columns on which to display the items in the list box.

If Columns is set to 3, this is how the list box will display the items:

TCustomListBoxColumns.png

See Also