FMX.ListBox.TCustomListBox.ScrollToItem

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

Delphi

procedure ScrollToItem(const Item: TListBoxItem);

C++

void __fastcall ScrollToItem(TListBoxItem* const Item);

プロパティ

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


説明

Item が表示される位置まで内容をスクロールします。

関連項目