ImageGear .NET v24.12 - Updated
ScrollIntoView(Int32) Method




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class > ScrollIntoView Method : ScrollIntoView(Int32) Method
The index of the thumbnail item to scroll into view.
Causes the thumbnail item at the specified index to scroll into view.
Syntax
'Declaration
 
Public Overloads Sub ScrollIntoView( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearThumbnailList
Dim index As Integer
 
instance.ScrollIntoView(index)
public void ScrollIntoView( 
   int index
)
public: void ScrollIntoView( 
   int index
) 
public:
void ScrollIntoView( 
   int index
) 

Parameters

index
The index of the thumbnail item to scroll into view.
Remarks
Because of a bug in the MS ListBox the ScrollIntoView(object item) method inherited from ListBox does not work with a virtualizing panel. This method should be used instead.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members
Overload List