FMX.TreeView.TCustomTreeView.ItemHeight

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

Delphi

property ItemHeight: Single read FItemHeight write SetItemHeight;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

説明

このツリー ビューの項目の高さを、ピクセルで示します。

関連項目