FMX.ListView.TAppearanceListView.ItemHeight

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

Delphi

property ItemHeight: Integer read GetItemHeight write SetItemHeight;

C++

__property int ItemHeight = {read=GetItemHeight, write=SetItemHeight, nodefault};

プロパティ

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


説明

このリスト ビュー コンポーネント内の項目の高さを、ピクセルで示します。

ItemHeight プロパティを希望するサイズにピクセルで設定すると、このリスト ビュー コンポーネント内の項目のサイズを変更することができます。 ItemHeight プロパティのデフォルト値は、44です。

関連項目