In a form, in C # for desktop, constant movements of certain controls occur. In case I'm using PictureBox type objects, however, its rendering is very time-consuming. Is it recommended to use another control object for this? And how can you make the movement of a given control done asynchronously?