FMX.ListView.TListView.ScrollViewPos
Delphi
property ScrollViewPos;
C++
__property ScrollViewPos = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | TListView |
Description
Specifies the position of the vertical scroll in the list.
FMX.ListView.TListView.ScrollViewPos inherits from FMX.ListView.TListViewBase.ScrollViewPos. All content below this line refers to FMX.ListView.TListViewBase.ScrollViewPos.
Specifies the position of the vertical scroll in the list. Setting ScrollViewPos to 0
scrolls the list view to its top.