FMX.ScrollBox.TCustomPresentedScrollBox.ScrollToCenter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScrollToCenter(const AAnimated: Boolean = True);

C++

void __fastcall ScrollToCenter(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 to the center of the content size.

See Also