Version

IsLastItem Property

Returns true if the item is the last item in the list. (read only)
Syntax
'Declaration
 
Public ReadOnly Property IsLastItem As Boolean
public bool IsLastItem {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 the IsListContinuous property from within the Template, and then look at this property and the IsFirstItem property to determine if the item needs to be highlighted.

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