Send this message to set the ImageList control's scroll style.
Parameter | Description | |
wParam | New scroll style, which can be one of the following: | |
SCROLLSTYLE_VERTICAL | [0] scrolling vertically | |
SCROLLSTYLE_HORIZONTAL | [1] scrolling horizontally | |
lParam | Ignored, use 0. |
The previous scroll style, which can be one of the following:
SCROLLSTYLE_VERTICAL |
[0] scrolling vertically |
SCROLLSTYLE_HORIZONTAL |
[1] scrolling horizontally |
The associated macro is:
L_ImgListSetScrollStyle(hWnd, uStyle)
For a complete list of available macros, refer to the Ltlst.h file.
Elements: |
L_ILM_GETSCROLLSTYLE, L_ILM_SCROLLITEMS, L_ILM_ENSUREVISIBLE |
Topics: |
|
|
For an example, refer to L_ILM_GETSCROLLSTYLE
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET