Version

IsListContinuous Property (CarouselPanelItem)

Returns true if the XamCarouselPanel that contains this item is treating the item list as a continuous list. (read only)
Syntax
'Declaration
 
Public ReadOnly Property IsListContinuous As Boolean
public bool IsListContinuous {get;}
Remarks

This read only property is useful if you need to create a Style that replaces the default Template for CarouselPanelItem. You can query this property from within the Template to determine whether to highlight the first and last items in the list by querying the IsFirstItem and IsLastItem properties.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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