我已经通过扩展WinForm组合框实现了自动填充。我现在想做的是减少键入时的下拉高度。
我已经尝试过类似的东西:
this.DropDownHeight = this.ItemHeight * this.Items.Count
在KeyUp事件处理程序的末尾,但是结果很奇怪。
KeyUp
我该如何解决这个小问题?
.net c# combobox autocomplete winforms
.net ×1
autocomplete ×1
c# ×1
combobox ×1
winforms ×1