Rotate Always in Windows Forms Carousel

26 Apr 20211 minute to read

The RotateAlways property enables the items in the control to rotate continuously.

this.carousel1.RotateAlways = true;
Me.carousel1.RotateAlways = True