回复:c#的Winform如何让ComboBox不显示下拉框?https://bbs.csdn.net/topics/392565412
组合框.Parent=this;组合框.Items.AddRange(newobject[]{"111","222","333","444"});组合框.DropDownHeight=1;组合框.SelectedIndex=0;//组合框.DropDownStyle=ComboBoxStyle.Simple;ComboBox组合框=newComboBox();Listaaa=newList();i