FMX.ListView.Appearances.TCommonObjectAppearance.HeightWhenVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeightWhenVisible: Single read GetHeightWhenVisible;

C++

__property float HeightWhenVisible = {read=GetHeightWhenVisible};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCommonObjectAppearance

Description

Height in pixels that the object appearance has when it is visible, which is the user-defined height if it is a non-zero value, or the fallback height otherwise.


See Also