FMX.ListView.TListView.ScrollViewPos

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also