FMX.ListBox.TCustomListBox.AlternatingRowBackground

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AlternatingRowBackground: Boolean read FAlternatingRowBackground write SetAlternatingRowBackground default False;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox


Beschreibung

Gibt an, ob aufeinander folgende Einträge verschiedene Hintergründe haben sollten.

Durch Setzen von AlternatingRowBackground auf True wird der Hintergrund von Einträgen abgewechselt.

TListBoxAlternatingBG.png

Siehe auch