getting a horizontal scroll bar in listbox

  • Thread starter Thread starter jmoffat
  • Start date Start date
J

jmoffat

Can anyone help me to get a horizontal scroll bar into a listbox ?

My litbox is 180 point wide (set by width command) but my text i
wider.

I seem to remember if you set a small width in the .columnwidth
property you can generate a scroll bar - but this is ignored for
single column listbox, which is what I have.

If I reset the .Width property to something very small (eg 50) then
get the scroll bar but for some reason it doesn't scroll the fullwidt
of the text.

Any help greatly appreciated
 
the width of the column (columnwidth property) should exceed the width of
the listbox. The columnwidth should accomodate the length of your text.
 
Back
Top