ScrollStyle property (ImageList Control)

C++ Builder example

Delphi example

 

Builder Syntax

int ScrollStyle

Delphi Syntax

ScrollStyle: Integer

Overview

Refer to Using the Image List Control.

Remarks

(Published property) Specifies the direction the ImageList Control scrolls the displayed items.

Value

Meaning

SCROLLSTYLE_VERTICAL

Control has vertical scrollbar

SCROLLSTYLE_HORIZONTAL

Control has horizontal scrollbar

The default setting is SCROLLSTYLE_VERTICAL.

See Also

Elements:

OnScroll event, ScrollItems method, EnsureVisible method

Topics:

Raster Images: Displaying Images