ScrollStyle property (ImageList Control)
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: |
|
Topics: |