Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
765
'MaxDropDownItems' property value does not work correctly in UltraComboEditor.
posted

Hello,

I would like to ask two questions about UltraComboEditor.

1.
The first question is about MaxDropDownItems property problem.
The problem is that, when I set up MaxDropDownItems in a UltraComboEditor, sometimes it shows correct number of items, but sometimes it doesn't.
In the attached sample source, there are 7 UltraComboEditors on the form, all set up with MaxDropDownItems 10.
When I tested, some showed 10 items but others 9 or even 8 items.

Why do they show a different number of items? Shouldn't they show the same number of items - 10 items (by MaxDropDownItems property) ?

2.
The second question is about vertical scrollbar position and item display.
In the attached 'UltraComboEditor2.png' file, you can see three figures.
Figure 1 shows the initial state when I click the ComboEditor,
Figure 2 shows the last item only when I drag the scrollbar to the bottommost position. This is the problem that I would like to fix.
Figure 3 is the modified control that I want to apply. When I drag the scrollbar to the bottommost position, there should be several items on the control, not just the last one item.

Is there any way to apply just like Figure 3?


Thank you in advance for any answer or suggestion.

UltraComboEdtrMaxDropDownItems.zip