I need to stop a ultracomboeditor from scrolling with the mouse wheel based on whether the form is in edit mode or not. How can this be done. I have code for a .net combo but it doesn't work with the infragistics control.
Thanks
morrisd said:based on whether the form is in edit mode
I'm not sure what this means, I assume it's some internal flag in your application. Why not just set the Enabled property on the control to false?