FMX.ListView.Appearances.TPublishedAppearance.HeaderHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderHeight: Integer read GetHeaderHeight write SetHeaderHeight stored IsHeaderHeightStored nodefault;

C++

__property int HeaderHeight = {read=GetHeaderHeight, write=SetHeaderHeight, stored=IsHeaderHeightStored, 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 header item in this list view component.

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

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

See Also