Creating a read only drop select box

Started by
0 comments, last by malpass 20 years, 11 months ago
I need to create a drop list of read only values, simple yes?, no, not in C#, it has combo box which I dont see any option for preventing the use from simply typing there own value into, and list box, which means they have only a little vertical scroll and then they have to click the box after scrolling to select it correctly, not nice. How can I just create a drop box containing values that the user can select and not modify?
Advertisement
The combo box in C# does allow that. It''s the DropDownStyle Property. Change it to DropDownList.
daerid@gmail.com

This topic is closed to new replies.

Advertisement