Pergunta

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.

Foi útil?

Solução

Solved my problem.

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

MaxDropDownItems

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top