FMX.TreeView.TCustomTreeView.AlternatingRowBackground

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

Delphi

property AlternatingRowBackground: Boolean read FAlternatingRowBackground write SetAlternatingRowBackground;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

説明

このツリー ビュー内の行を、代替色で描画するかどうかを示します。

AlternatingRowBackground を設定すると、このツリー ビュー内の行の背景を描画する方法を指定することができます。 AlternatingRowBackgroundTrue に設定した場合、行は代替背景色で描画され、そうでなければ、同色を使用して描画されます。

ヒント: このツリー ビューコンポーネントに適用されるスタイルは、代替色を定義します。

関連項目