FMX.ListBox.TListBox.Columns

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Columns: Integer read FColumns write SetColumns default 1;

C++

__property Columns = {default=1};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBox

説明

リストボックス内の項目群を表示する列の数を示します。

FMX.ListBox.TListBox.Columns は FMX.ListBox.TCustomListBox.Columns を継承しています。以下の内容はすべて FMX.ListBox.TCustomListBox.Columns を参照しています。

リストボックス内の項目群を表示する列の数を示します。

Columns が 3 に設定されている場合、リスト ボックスは次のように項目を表示します:

TCustomListBoxColumns.png

関連項目