FMX.ListView.TListView.SelectionCrossfade

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectionCrossfade: Boolean read FSelectionCrossfade write SetSelectionCrossfade default 0;

C++

__property SelectionCrossfade = {default=0};

Properties

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

Description

Represents a crossfade effect on the selected list view items.

If you set the SelectionCrossfade property to True, a fade out effect appears during the transition from a selected list view item to another.

See Also