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
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 KokkalagaddaAssociate Software Developer, Windows Formshttp://ko.infragistics.com/