FMX.ListBox.TListBox.AlternatingRowBackground

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AlternatingRowBackground: Boolean read FAlternatingRowBackground write SetAlternatingRowBackground default 0;

C++

__property AlternatingRowBackground = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBox

説明

連続する項目群が、それぞれ異なる背景を持つかどうかを示します。

FMX.ListBox.TListBox.AlternatingRowBackground は FMX.ListBox.TCustomListBox.AlternatingRowBackground を継承しています。以下の内容はすべて FMX.ListBox.TCustomListBox.AlternatingRowBackground を参照しています。

連続する項目群が、それぞれ異なる背景を持つかどうかを示します。

AlternatingRowBackgroundTrue に設定すると、項目群の背景が順番に変わります。

TListBoxAlternatingBG.png

関連項目