Vcl.CategoryButtons.TCategoryButtons.ScrollRectIntoView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScrollRectIntoView(const Rect: TRect; PlaceOnTop: Boolean = False);

C++

void __fastcall ScrollRectIntoView(const System::Types::TRect &Rect, bool PlaceOnTop = false);

Properties

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

Description

Scrolls the container to make the rectangle visible.

The ScrollRectIntoView method scrolls the container to make the rectangle visible.

See Also