FMX.Layouts.TCustomScrollBox.Center

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Center;

C++

void __fastcall Center();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

Description

Scrolls to the center of the TScrollBox control.

Center only has an effect if the scroll box actually has content beyond the display area and the scroll bars are needed to scroll to view all the content held by this scroll box.

See Also