Listbox Scrolling

D

DS

I want to disable a listbox so that you can'e select a record but I
still want the ability to scroll up and down with the scroll bar. How
would I do this.
Thanks
DS
 
J

Jesper Fjølner

I want to disable a listbox so that you can'e select a record but I still
want the ability to scroll up and down with the scroll bar. How would I do
this.

In the listbox properties - set Locked=True
 
G

Guest

Change the
Locked to Yes
Enabled to Yes

You probably have the Enabled property to false, change it to yes, and just
lock the list
 
R

Rick Brandt

DS said:
I want to disable a listbox so that you can'e select a record but I
still want the ability to scroll up and down with the scroll bar. How
would I do this.
Thanks
DS

Enabled = Yes
Locked = Yes
 
D

DS

Ofer said:
Change the
Locked to Yes
Enabled to Yes

You probably have the Enabled property to false, change it to yes, and just
lock the list

:
Thanks! btw any way of getting rid of the selection lines going around
the first record?
Thanks
DS
 

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

Top