Home | History | Annotate | Download | only in include

Lines Matching refs:LVM_SCROLL

2271 #define LVM_SCROLL (LVM_FIRST+20)
2272 #define ListView_Scroll(hwndLV,dx,dy) (WINBOOL)SNDMSG((hwndLV),LVM_SCROLL,(WPARAM)(int)(dx),(LPARAM)(int)(dy))