FMX.ListView.Appearances.TPublishedAppearance.ItemHeight

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

Delphi

property ItemHeight: Integer read GetItemHeight write SetItemHeight stored IsItemHeightStored nodefault;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TPublishedAppearance


説明

このリスト ビュー コンポーネントが表示モードである際の、項目の高さを示します。

関連項目