Notifications
Clear all
[Closed] How to set dotnet combobox dropdown amount?
Oct 29, 2019 1:23 pm
I made dotnet comboxbox with 20+ items.
By default, it only shows 10nish of them with scrollbar.
I want to show all item at once.
4 Replies
Oct 29, 2019 1:23 pm
Try:
<control>.DropDownHeight
<control>.DropDownHeight = (<control>.Items.Count+1) * <control>.ItemHeight