FMX.ScrollBox.TCustomPresentedScrollBox.ScrollBy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScrollBy(const ADX, ADY: Single; const AAnimated: Boolean = True);

C++

void __fastcall ScrollBy(const float ADX, const float ADY, const bool AAnimated = true);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox

Description

Changes the scroll position by the offset defined in ADX and ADY.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=FMX.ScrollBox.TCustomPresentedScrollBox.ScrollBy&oldid=703152"