ListBox problems

Post Reply
Milan Mehta
Posts: 115
Joined: Mon Oct 17, 2005 4:42 am
Location: India

ListBox problems

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: ListBox problems

Post 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 ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply