FMX.ListBox.TCustomComboBox.ItemHeight

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

Delphi

property ItemHeight: Single read GetItemHeight write SetItemHeight;

C++

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

プロパティ

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


説明

ドロップダウン リストにおける項目の高さを示します。

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

関連項目