如何设置WinForms组合框中下拉项目的数量?
您知道组合框中下拉后是否可以更改显示的项目数量吗? (类似于行数)目前它默认只显示 8 个项目,而且我们都有巨大的屏幕和列表中的很多项目,所以最好显示一个更大的组合框。
Do you know if it's possible to change amount of items displayed in the combobox after it's been dropped down? (Something like a row count) Currently it shows only 8 items by default, and we all have huge screens and lot of items in the list, so it would be nice to show a larger combobox.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您要查找的属性是 MaxDropDownItems。
The property you're looking for is MaxDropDownItems.