FMX.ListBox.TCustomListBox.AlternatingRowBackground

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

Delphi

property AlternatingRowBackground: Boolean read FAlternatingRowBackground write SetAlternatingRowBackground default False;

C++

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

プロパティ

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


説明

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

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

TListBoxAlternatingBG.png

関連項目