FMX.ListBox.TListBox.AlternatingRowBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlternatingRowBackground: Boolean read FAlternatingRowBackground write SetAlternatingRowBackground default 0;

C++

__property AlternatingRowBackground = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBox

Description

Specifies whether consecutive items should have different backgrounds.

FMX.ListBox.TListBox.AlternatingRowBackground inherits from FMX.ListBox.TCustomListBox.AlternatingRowBackground. All content below this line refers to FMX.ListBox.TCustomListBox.AlternatingRowBackground.

Specifies whether consecutive items should have different backgrounds.

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

TListBoxAlternatingBG.png

See Also