FMX.ListView.TListViewBase.AutoTapScroll
Delphi
property AutoTapScroll: Boolean read FAutoTapScroll write FAutoTapScroll default False;
C++
__property bool AutoTapScroll = {read=FAutoTapScroll, write=FAutoTapScroll, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | TListViewBase |
Description
Specifies whether tapping on the topmost side of this list view automatically scrolls to the top of the list.
Set the AutoTapScroll property to True in order to allow for automatically scrolling to the top of the list when tapping with your finger on the topmost region of this list view component. Set AutoTapScroll to False in order to disable this feature.