Combo Box (read only)
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, i'm developing a C# windows application, my question is i have my combobox item bind from database,but how i can change my combobox item property to read only? i've search the combobox property but there is no read only property
Regards, Tomi
Hi, You have an property named "DropDownStyle" where you can define the style/behaviour
Visit my blog at http://dotnetforeveryone.blogspot.com/
-
Hi, You have an property named "DropDownStyle" where you can define the style/behaviour
Visit my blog at http://dotnetforeveryone.blogspot.com/