E
Ethan Strauss
Hi,
In a C#.Net2.0 Winforms application I have some combo boxes. I ind these
boxes to enum values and then call
ComboBox.Size = ComboBox.PreferredSize:
But, the combo box is never wide enough to display long items! Isn't that
what PreferredSize is uspposed to give? Am I missing something or is there
another way to make sure that my comboboxes are wide enough to display all
the text in them?
Thanks!
Ethan
In a C#.Net2.0 Winforms application I have some combo boxes. I ind these
boxes to enum values and then call
ComboBox.Size = ComboBox.PreferredSize:
But, the combo box is never wide enough to display long items! Isn't that
what PreferredSize is uspposed to give? Am I missing something or is there
another way to make sure that my comboboxes are wide enough to display all
the text in them?
Thanks!
Ethan