Version

ScrollToPanelItem Method

Navigates through the CarouselPanel control to scroll the item identified by its index into view
Syntax
'Declaration
 
Protected Function ScrollToPanelItem( _
   ByVal iItemIndex As System.Integer _
) As System.Object
protected System.object ScrollToPanelItem( 
   System.int iItemIndex
)
protected: System.Object* ScrollToPanelItem( 
   System.int iItemIndex
) 

Parameters

iItemIndex
Index identifier of the CarouselItem

Return Value

The item of the CarouselPanel control that is scrolled into view
Requirements

Target Platforms: 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