FMX.ListView.TListViewBase.OnScrollViewChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnScrollViewChange: TNotifyEvent read FOnScrollViewChange write FOnScrollViewChange;

C++

__property System::Classes::TNotifyEvent OnScrollViewChange = {read=FOnScrollViewChange, write=FOnScrollViewChange};

Properties

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

Description

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

See Also