Page 1 of 1

ListBox problems

Posted: Fri Nov 11, 2005 6:21 am
by Milan Mehta
Dear All,

How does Multisel work in ListBox ? I am trying to use Listbox from resource and have checked Multiple Select. But nothing seems to work. How does it work anyway.

How to enable horizontal scrollbar in ListBox ? Checking Horizontal Scroll bar in resource do not help.

Can anyone guide ?

TIA
Milan.

Re: ListBox problems

Posted: Fri Nov 11, 2005 9:10 am
by Antonio Linares
Milan Mehta wrote:How does Multisel work in ListBox ? I am trying to use Listbox from resource and have checked Multiple Select. But nothing seems to work. How does it work anyway.
Please review samples\TestLbx4.prg. Just change aSelection into aSelections into such sample.
Milan Mehta wrote:How to enable horizontal scrollbar in ListBox ? Checking Horizontal Scroll bar in resource do not help.
Are the items text length larger than the listbox width ?