ImageSlides in Windows Forms Carousel
3 Sep 2020 / 1 minute to read
ImageSlides is a dedicative property for adding and displaying images in the Carousel control, and it also provides several customization options.
this.carousel1.ImageSlides = true;
Me.carousel1.ImageSlides = True
Adding images to the carousel control
You can add images to the Carousel control only when the ImageSlides property is true
. You can populate images in three different ways:
- Through a collection named ImageListCollection.
- Through image lists.
- Can directly assign an image list to the control. It will populate the control with the images stored in the image list.
- Through file path.
- Passing the address of a folder will fetch the images from the location and will arrange them in the control.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page