FMX.ListView.TListViewBase.AlternatingColors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlternatingColors: Boolean read FAlternatingColors write SetAlternatingColors default False;

C++

__property bool AlternatingColors = {read=FAlternatingColors, write=SetAlternatingColors, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

Specifies whether the fill colors for odd and even elements are rendered as alternating or not.

The AlternatingColors property specifies whether the background of the individual items in the list should appear rendered in alternating colors.

See Also