FMX.ListView.TListView.AutoTapTreshold

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoTapTreshold: Integer read FAutoTapTreshold write FAutoTapTreshold default 8;

C++

__property AutoTapTreshold = {default=8};

Properties

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

Description

Specifies the threshold value for the auto tap scrolling.

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

Specifies the threshold value for the auto tap scrolling.

See Also