FMX.ListView.TListView.AlternatingColors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlternatingColors;

C++

__property AlternatingColors = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

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

FMX.ListView.TListView.AlternatingColors inherits from FMX.ListView.TListViewBase.AlternatingColors. All content below this line refers to FMX.ListView.TListViewBase.AlternatingColors.

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