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
171
How do I not allow a mouse scroll wheel to change value when not dropped down
posted

I'm using an UltraCombo with DropDownStyle = UltraComboStyle.DropDown, and it cannot change to DropDownList.  When the combo is not dropped down, you can hover over the control, and use the Mouse Wheel to scroll through the items that would be in my dropdown.  By the time i can catch the MouseWheel event, or the RowChanged event, the value has already changed and there is nothing I can do about it.  Is there any way to disable this mouse wheel behavior?

Parents
No Data
Reply Children