Version

BringIntoView Method (TileGroup)

Adjusts the scroll position, if necessary, so that this group is positioned within the viewable area of the control, optionally aligning the group with the left edge of the control.
Syntax
'Declaration
 
Public Sub BringIntoView( _
   Optional ByVal alignLeft As Boolean _
) 
public void BringIntoView( 
   bool alignLeft
)

Parameters

alignLeft
A boolean value specifying whether the group should be aligned with the left edge of the control.
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