Question

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.

Was it helpful?

Solution

Solved my problem.

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

MaxDropDownItems

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top