Hello,
I am using the UltraCombo control to display a dropdown with 2 columns. Below this control there is a CheckedListbox.When opening the dropdown, i want to scoll the dropdown, but instead of scrolling the dropdown it is scrolling the underlying checkedlistbox.
Can anyone help me with this.
Thanks.
Kevin
Sorry Mike,
Our application is handling the mousewheel event. I overlooked a piece of code which caused the scrolling problem. After extending this mousewheel event, it worked.
Thanks for the help.
Hi Kevin,
How are you scrolling? I'm guessing you probably meant you are using the mouse wheel. I can't imagine any scenario in which clicking the UltraCombo's scroll bar could scroll some other control on the form.
What version of the controls are you using? My best guess is that you are using an old version and this is a really old bug that was fixed a long time ago.