ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback