FMX.ListView.TListView.OnScrollViewChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnScrollViewChange: TNotifyEvent read FOnScrollViewChange write FOnScrollViewChange;

C++

__property OnScrollViewChange;

Properties

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

Description

This method is called when ScrollViewPos has changed as a result of scrolling a list or doing it manually in the code.

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

This method is called when ScrollViewPos has changed as a result of scrolling a list or doing it manually in the code.

See Also