Vcl.ComCtrls.TCustomListView.Scroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Scroll(DX, DY: Integer);

C++

void __fastcall Scroll(int DX, int DY);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Scrolls the content of a list view by the indicated amount.

Call Scroll to scroll the content of a list view by DX pixels horizontally and DY pixels vertically.

See Also