FMX.ListBox.TCustomListBox.AlternatingRowBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlternatingRowBackground: Boolean read FAlternatingRowBackground write SetAlternatingRowBackground default False;

C++

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

Properties

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

Description

Specifies whether consecutive items should have different backgrounds.

Set AlternatingRowBackground to True so that the background of items alternates.

TListBoxAlternatingBG.png

See Also