FMX.ListBox.TCustomListBox.ItemHeight

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

Delphi

property ItemHeight: Single read FItemHeight write SetItemHeight;

C++

__property float ItemHeight = {read=FItemHeight, write=SetItemHeight};

プロパティ

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


説明

リストボックスにおける項目の高さを示します。

ItemHeight を使用すると、リストボックスにおける項目の高さをピクセルで指定することができます。

関連項目