I am using Windows Forms and C#. If my text is longer than the size of the drop down box, how do I show the whole text? In most cases the length is enough but for some cases it doesn't fit. Is there a property that I am missing to set this up?
Asked
Active
Viewed 53 times
0
-
you can make just the drop down portion wider without making the portion on the form wider. Offhand, I'd say that is wide enough that the user gets the gist especially if they are canned messages – Ňɏssa Pøngjǣrdenlarp Jun 18 '15 at 00:30
-
Oh how do I do that? – SamIAm Jun 18 '15 at 00:33
-
See http://stackoverflow.com/questions/3104571/winforms-combobox-problem – NoChance Jun 18 '15 at 00:38
-
See [this previous question](http://stackoverflow.com/questions/4001450/allow-each-item-to-use-multiple-lines-in-a-winforms-combobox-or-listbox) if you want to go the route of something similar to text-wrapping on the combo box items. – Chris Schubert Jun 18 '15 at 00:40