From: railton frith <railton@varsys.com>
Subject: Re: Re: [delphi] Horizontal Scrollbar in List box
Date: Wed, 9 Aug 1995 08:32:14 GMT

>>Can someone describe how to activate the horizontal scrollbar in a 
>>listbox. I need to do this programatically.

try this:

  sendmessage(ListBox.Handle, LB_SetHorizontalExtent, PixelWidth , 0);
