FMX.ListBox.TCustomListBox.ItemWidth

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

Delphi

property ItemWidth: Single read FItemWidth write SetItemWidth;

C++

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

プロパティ

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


説明

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

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

関連項目