Mega Code Archive

 
Categories / Delphi / Examples
 

Listbox horizontal scrollbar

How to show the Horizontal scroll bar for a listbox. sendmessage(ListBox.Handle, LB_SetHorizontalExtent, PixelWidth , 0);