I want to set the dropdown height of an Infragistics UltaCombo so that a user won't have to scroll down to see all of the available options.

I see that there is a DropDownWidth property, but can't seem to find anything for height. Is it something I'm missing? This is for a Winforms Application on .NET 4.5. I know that a DropDownHeight property exists for the standard WinForms ComboBox.

有帮助吗?

解决方案

Solved my problem.

There is a MaxDropDownItems property that controls the number of items in the visible portion of the dropdown.

MaxDropDownItems

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top