FMX.TreeView.TTreeView.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight: Single read FItemHeight write SetItemHeight default 0;

C++

__property ItemHeight = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TTreeView

Description

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

FMX.TreeView.TTreeView.ItemHeight inherits from FMX.TreeView.TCustomTreeView.ItemHeight. All content below this line refers to FMX.TreeView.TCustomTreeView.ItemHeight.

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

See Also