Offset - Carousel

Illustrates the carousel with the firstVisible set to 8. This is equivalent to loading items and performing a moveTo operation. This is the correct way to load a carousel and set its initial position to something other than 1. The loadInitHandler gets called and asked to load all items up to the last visible item. Here is the additional configuration parameter to set the firstVisible of the carousel:

	firstVisible: 8
	
	OR
	
	carousel.setProperty("firstVisible", 8);

The size is set to 17 and wrap is set to true.

View the source or documentation