FMX.ListBox.TCustomListBox.ScrollToItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScrollToItem(const Item: TListBoxItem);

C++

void __fastcall ScrollToItem(TListBoxItem* const Item);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Scrolls the content so that the Item is visible.

See Also