FMX.ListView.TListViewBase.ScrollTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScrollTo(const AItemIndex: Integer);

C++

void __fastcall ScrollTo(const int AItemIndex);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

Scrolls the view instantly (without scrolling effect) to the desired item, placing it in the view.

Use the ScrollTo method in order to immediately scroll, without a slow scrolling graphical effect, to the item specified through its index (the AItemIndex parameter), and place it in the view.

See Also