문제

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