moving large numbers of controls

Submitted by BzyQ on
I placed a large number of controls(label) on DataGridView, I moves them ( DGV cells & controls) by the scrollbar, but it works very slow. it's because i use for loop on all labels & move them separately. Is any other way to move these controls , maybe some way to group them ,but without lossing functionality of DGV?