FMX.ListView.Types.IListViewPresentationParent.SetScrollViewPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetScrollViewPos(const Value: Single);

C++

virtual void __fastcall SetScrollViewPos(const float Value) = 0 ;

Properties

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

Description

Sets the scroll view position for the control.

See Also