ScrollStyle property (ILEADRasterImgList)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

ImageListScrollStyleConstants ScrollStyle

Overview

Refer to Using the Image List Control.

Remarks

(Persistent property, available at design time) Specifies the direction the ImageList Control scrolls the displayed items.

Value

Meaning

IMGLST_SCROLLSTYLE_VERTICAL

Control has vertical scrollbar

IMGLST_SCROLLSTYLE_HORIZONTAL

Control has horizontal scrollbar

The default setting is IMGLST_SCROLLSTYLE_VERTICAL.

See Also

Elements:

Scroll event, ScrollItems method, EnsureVisible method

Topics:

Raster Images: Displaying Images