FMX.ListView.TAppearanceListView.ItemEditHeight

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

Delphi

property ItemEditHeight: Integer read GetItemEditHeight write SetItemEditHeight;

C++

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

プロパティ

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


説明

リスト ビューが編集モードである際の、各通常リスト ビュー項目の高さをピクセルで示します。

関連項目