FMX.ListBox.TListBox.ItemWidth

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

Delphi

property ItemWidth: Single read FItemWidth write SetItemWidth default 0;

C++

__property ItemWidth = {default=0};

プロパティ

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

説明

リストボックス内の項目の幅を示します。

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

リストボックス内の項目の幅を示します。

デフォルト値は 0 です。 別の値を ItemWidth に設定すると、すべての項目がその値のサイズに再調整され、複数の列上に表示されます。

関連項目