Version

BringIntoView Method (GalleryToolItem)

Brings this item fully into view in the specified gallery area.
Syntax
'Declaration
 
Public Sub BringIntoView( _
   ByVal galleryInstance As PopupGalleryTool, _
   ByVal owningGroup As GalleryToolItemGroup, _
   ByVal itemLocation As GalleryArea _
) 

Parameters

galleryInstance
The instance of the gallery where the item should be scrolled into view
owningGroup
The group in the gallery drop down where the item is to be displayed. This should be null if the item is to be brought into view in the gallery preview.
itemLocation
The gallery area where the item is to be displayed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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