FMX.TreeView.TCustomTreeView.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight: Single read FItemHeight write SetItemHeight;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

Description

Specifies the height, in pixels, of the items in this tree view.

See Also