FMX.ScrollBox.TCustomPresentedScrollBox.ScrollToTop

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure ScrollToTop(const AAnimated: Boolean = True);

C++

void __fastcall ScrollToTop(const bool AAnimated = true);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox


説明

スクロール位置を一番上に変更します。

関連項目