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
1365
dropdown values in grid combobox column not scrolling
posted

hi, i have a drop down column with UltraGridBand filters. When i drag the slider up and down the cb the values dont scroll. instead a little yellow tooltip is changing as i scroll. i'll try to post an image.

very bizarre. i'm using windows 7 in classic mode.

any thoughts?

thanks

Al

Parents
No Data
Reply
  • 6120
    Verified Answer
    Offline posted

    Hi Allen, 

    By default, the rows in the dropdown are not scrolled until the thumbtrack is released. Instead, ScrollTips are shown. By setting the ScrollStyle property off the DisplayLayout to ScrollStyle.Immediate, rows are scrolled immediately when the vertical scroll thumb is tracked and ScrollTips are defaulted not to show. For example you can do something like this 

    this.ultraCombo1.DisplayLayout.ScrollStyle = ScrollStyle.Immediate; 

    This setting can be overridden by setting the TipStyleScroll property to TipStyle. Show if you want to hide the tips. Please let me know if you have any questions.  

    Sincerely,
    Sahaja Kokkalagadda
    Associate Software Developer, Windows Forms
    http://es.infragistics.com/

Children
No Data