So, my next approach is to add a button that can raise the scroll event to the datagridview.
I've been trying and trying and the best way I think this can be done is through calling the datagridview.onscroll.
Yet I haven't been able to accomplish this. Onscroll is not accesible directly on the DGV control. Documentation says that is has to be done through a delegate.
Does anybody has a simple example on how to accomplish this?
Thanks in advance.