Non-selectable ListBox

  • Thread starter Thread starter Konrad
  • Start date Start date
K

Konrad

Hi,

How to make a ListBox control non selectable? I could't find any property to do it.

Regards,
Konrad
 
Hi Konrad,

Does ListBox.Enabled not get the job done? [Is this Win or Web?]

- Mike
 
Hi,

I forgot to mention that it is "ASP.NET Web Application" and
'ListBox.Enabled' make the ListBox grayed :(
Does ListBox.Enabled not get the job done? [Is this Win or Web?]

Regards,
Konrad
 
Hi,

I forgot to mention that this is 'ASP.NET Web Appl.' and I could find
norhing more than 'Single' and 'Multiline' in SelectionMode:(
Set SelectionMode to SelectionMode.None.

Regards,
Konrad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top