FMX.ListView.Appearances.TPublishedAppearance.FooterHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FooterHeight: Integer read GetFooterHeight write SetFooterHeight stored IsFooterHeightStored nodefault;

C++

__property int FooterHeight = {read=GetFooterHeight, write=SetFooterHeight, stored=IsFooterHeightStored, nodefault};

Properties

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

Description

Specifies the height in pixels of the footer item in this list view component.

Note: This is a design-time property. At run time access TAppearanceListView.FooterHeight instead.

Set the FooterHeight property to your desired size in pixels in order to resize the footer item in this list view component. The default value for the FooterHeight property is 24.

See Also