FMX.ListBox.TCustomListBox.AlternatingRowBackground

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AlternatingRowBackground: Boolean read FAlternatingRowBackground write SetAlternatingRowBackground default False;

C++

__property bool AlternatingRowBackground = {read=FAlternatingRowBackground, write=SetAlternatingRowBackground, default=0};

Propriétés

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


Description

Spécifie si les éléments consécutifs doivent avoir des arrière-plans différents.

Définissez AlternatingRowBackground sur True afin que l'arrière-plan des éléments alterne.

TListBoxAlternatingBG.png

Voir aussi