TWMVScroll(Message).ScrollCode<br>Value Meaning<br>SB_BOTTOM Scrolls to the lower right.<br>SB_ENDSCROLL Ends scroll.<br>SB_LINEDOWN Scrolls one line down.<br>SB_LINEUP Scrolls one line up.<br>SB_PAGEDOWN Scrolls one page down.<br>SB_PAGEUP Scrolls one page up.<br>SB_THUMBPOSITION Scrolls to the absolute position. The current position is specified by the nPos parameter.<br>SB_THUMBTRACK Drags scroll box to the specified position. The current position is specified by the nPos parameter.<br>SB_TOP Scrolls to the upper left.