FMX.ListView.Appearances.TAccessoryObjectAppearance.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single read FHeight write SetHeight stored IsHeightStored;

C++

__property Height = {stored=IsHeightStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAccessoryObjectAppearance

Description

Implements functionality for representing the height of a list view.

If the list view is visible and the value is positive you can set the height of the list view component. If the value is negative or the list view is not visible the height will be automatically 0.

See Also