Vcl.CategoryButtons.TCategoryButtons.ScrollIntoView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScrollIntoView(const Item: TBaseItem);

C++

void __fastcall ScrollIntoView(TBaseItem* const Item);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Scrolls the container to make the button visible.

The ScrollIntoView method scrolls the container to make the button visible.

See Also