Version

ScrollToItem Method

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

Parameters

iItemIndex
Index identifier of the CarouselItem

Return Value

The item of the CarouselBase 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