Version

ItemWrappingMode Enumeration

Enumeration used to indicate the item wrapping behavior on the control.
Syntax
'Declaration
 
Public Enum ItemWrappingMode 
   Inherits System.Enum
public enum ItemWrappingMode : System.Enum 
Members
MemberDescription
NoneIndicates that items will not wrap to fill available items slots when the first/last visible item is shown.
RepeatItemsIndicates that items will wrap to fill available items slots when the first/last visible item is shown. If there are more items slots than CarouselItems, the items will be repeated along the path.
StandardIndicates that items will wrap to fill available items slots when the first/last visible item is shown. If the number of CarouselItems is less than the number of item slots, the remaining items slots will not be filled.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also