FMX.ListView.Appearances.TPublishedAppearance.ItemEditHeight

提供:RAD Studio API Documentation

Delphi

property ItemEditHeight: Integer read GetItemEditHeight write SetItemEditHeight stored IsItemEditHeightStored nodefault;

C++

__property int ItemEditHeight = {read=GetItemEditHeight, write=SetItemEditHeight, stored=IsItemEditHeightStored, nodefault};

プロパティ

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


説明

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

関連項目