How to set the combobox in readonly state? I mean like the readonly for textbox, i dont really want to disable the combobox since the text inside will look really dull. Thank you.
If you want to prevent user from making a selection in list you should set Enable =False. This is good UI and user will know from seeing the control that it is disabled and that a choice cannot be made there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.