Question and Answer Database FAQ1499C.txt Listbox scrolling Category :Windows API Platform :All Product :BC++ 5.x Question: I am having a problem getting a standard list box to scroll information horizontally. The scroll bar appears, there is information to the right, but I cannot scroll the information. Is this a control problem, or is there something that I am missing? Answer: To activate the horizontal scrollbar on a listbox, you have to send it an LB_SETHORIZONTALEXTENT message. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99