FMX.ListBox.TCustomListBox.ItemHeight

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ItemHeight: Single read FItemHeight write SetItemHeight;

C++

__property float ItemHeight = {read=FItemHeight, write=SetItemHeight};

Propriétés

Type Visibilité  Source Unité  Parent
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox


Description

Spécifie la hauteur des éléments de la zone de liste.

Utilisez ItemHeight pour spécifier la hauteur, exprimée en pixels, des éléments de la zone de liste.

Voir aussi