ComboBox DropDownWidth behaviour
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I've just find out a strange behaviour of the ComboBox If you set the DropDownWidth property of a combo the Width it not activated if the dropdown list is opened by typing text in the combo (SuggestAppend mode) However if you open the list using the Combo button the given width is taken And after the width is activated either using the button either by resizing the dropdowlist manualy the width setting remain active until the form is closed How can I directly set the right width (is there an opening event that I can use) Thanks for anu suggestion