'VB.net c1flexgrid mouse wheel error hanle

I am using c1flexgrid classic component for datagrid. My problem is when I start scrolling the items in c1flexgrid using the mouse wheel it through an error "arithmetical overflow". This error happens only on 64 bit OS. So when a user uses the mouse wheel error comes. How to avoid this error because this is a DLL inner exception. Or is it possible to handle this error at the project level or form level? I mean when this error occurs in a form is it possible to clear this error using on error resume next syntax or any other solution.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source