Programatically
scrolling a ListBox
If a windowed control has a stnadard scrollbar
(vertical, horizontal, or both), then the WM_HSCROLL or WM_VSCROLL message
can be used to scroll that control vertically or horizontally, respectively.
KEYWORDS: SNDMSG, WM_HSCROLL, WM_VSCROLL
|