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
Ultra Combo Box
posted

Hi,

i have the following Problem:

when i write in the box "b" then is the Focus on the last (see on the Picture 1) row. I Need the focos of the first row (see on the Picture 2)

1 = no   2 = yes

And how i can change the height of the scrollist?

Thank you for your help

Ronald

Parents
  • 469350
    Offline posted

    Hi Ronald,

    I tried to reproduce the behavior you are getting and I could not. When I type a "b" in an UltraComboEditor with similar items, the first matching item is scrolled to the top.

    I have attached my sample project here so you can run it and see if you get the same results. Maybe you are using different property settings than I am, but if so, I will need to know what they are in order to try to assist you with this.

    Regarding your second question about the height of the scroll list, the simplest thing to do is to set the MaxDropDownItems property on the UltraComboEditor.

    Another option would be to set the PreferredDropDownSize property. Or, you could even allow the user to resize the dropdown like so:

    this.ultraComboEditor1.ValueList.DropDownResizeHandleStyle = Infragistics.Win.DropDownResizeHandleStyle.VerticalResize;

    WindowsFormsApplication30.zip
Reply Children