开发者

How to set number of dropped down items in WinForms combobox?

开发者 https://www.devze.com 2023-01-27 15:34 出处:网络
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 hav

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.


The property you're looking for is MaxDropDownItems.

0

精彩评论

暂无评论...
验证码 换一张
取 消