You can't just turn them on in the properties...list boxes, by default, only have vertical scrollbars for when the number of list items exceeds the viewable area of the control...let me know what property you have to set if I'm wrong... <br><br>You *can* change the list style of the list box control to list horizontally by setting the columns property, but then I'd just have the same problem, but vertically...<br><br>I'm fairly certain that the solution here is to use a dedicated horizontal scroll-bar control, but I don't know how to tell the listbox control to scroll left and right on a scroll event, as raised by the scrollbar control...<br><br><br>Thanks for having a think, though....<br><br><br>Paul