LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

EnsureVisible Method (RasterThumbnailBrowser)






The zero-based index of the item to scroll into view.
Ensures that the specified item is visible within the control, scrolling the contents of the control if necessary.
Syntax
public void EnsureVisible( 
   int index
)
'Declaration
 
Public Sub EnsureVisible( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim index As Integer
 
instance.EnsureVisible(index)
public void EnsureVisible( 
   int index
)
 function Leadtools.WinForms.RasterThumbnailBrowser.EnsureVisible( 
   index 
)
public:
void EnsureVisible( 
   int index
) 

Parameters

index
The zero-based index of the item to scroll into view.
Remarks

You can use this method to ensure that a specific item is visible within the RasterImageList control. When performing validation on the items in a RasterImageList, you can call the RasterImageList.EnsureVisible method to ensure that an item that failed validation is displayed in the RasterImageList control to allow the user to perform changes on the item. If the item that you want to ensure is visible is located above the viewable region of the RasterImageList control, calling the RasterImageList.EnsureVisible method will scroll the contents of the control until it is the first item in the viewable area of the control. If the item is below the viewable region of the RasterImageList control, calling the RasterImageList.EnsureVisible method will scroll the contents of the RasterImageList control until the item is the last item in the viewable area of the control.

To determine if an item is located at the top of the display area of a RasterImageList control, use the TopIndex property.

Example
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

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.