Prev Next
The ListView_Scroll macro scrolls the content of a list view control.
You can use this macro or explicitly send the LVM_SCROLL
message.
BOOL ListView_Scroll(
HWND hwnd,
|
|
nt dx,
|
|
int dy
|
|
);
|
|
Parameters
-
hwnd
-
Handle to the list view control.
-
dx
-
Integer value that specifies the amount of horizontal scrolling.
If the view type of the list view control is icon view, small icon view, or
report view, this value specifies the number of pixels to scroll. If the view
type of the list view control is list view, this value specifies the number of
columns to scroll.
-
dy
-
Integer value that specifies the amount of vertical scrolling.
If the view type of the list view control is icon view, small icon view, or
list view, this value specifies the number of pixels to scroll. If the view
type of the list view control is report view, this value specifies the number
of lines to scroll.
Return Values
Returns TRUE if successful or FALSE otherwise.
See Also
LVM_SCROLL
file: /Techref/os/win/api/win32/mac/src/mac02_3.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/14 01:42,
|
| ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/techref/os/win/api/win32/mac/src/mac02_3.htm"> ListView_Scroll</A> |
Did you find what you needed?
|
|
Welcome to ecomorder.com!
|
|
Welcome to massmind.ecomorder.com!
|
.
|