FMX.ListBox.TCustomListBox.ListStyle

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ListStyle: TListStyle read FListStyle write SetListStyle  default TListStyle.Vertical;

C++

__property TListStyle ListStyle = {read=FListStyle, write=SetListStyle, default=0};

Propriétés

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


Description

Spécifie le mode d'affichage des éléments dans la zone de liste.

ListStyle spécifie si les éléments de la zone de liste sont affichés verticalement ou horizontalement.

ListStyle peut être définie sur Vertical ou sur Horizontal.

Voir aussi