DropDown problem in combobox
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! I want to disable or hide the dropdown list in comobox. Can I do this and HOW? Set DropDownStyle to Simple is not ok for me, because I want to allow AutoComplete mode. When I select value from suggest list of autocomplete mode selecting value doesn't work. Combobox has binding to dataset. If DropDownStype is not set to Simple selecting value works fine, but I must hide dropdown list from user. Thanks