Version

EnsureItemInView(Boolean) Method

Makes sure that the UltraExplorerBarItem is in view.
Syntax
'Declaration
 
Public Overloads Sub EnsureItemInView( _
   ByVal expandGroup As Boolean _
) 
public void EnsureItemInView( 
   bool expandGroup
)

Parameters

expandGroup
Determines whether this item's Group will be expanded. Applies only when the control's Style is set to ‘0 – ExplorerBar’ or '4 - VisualStudio2005Toolbox'.
Remarks

For Styles ‘1 – Listbar’ and ‘2 – Toolbox’, brings the UltraExplorerBarItem into view by setting the SelectedGroup to the UltraExplorerBarItem’s UltraExplorerBarGroup and/or scrolling the ActiveGroup’s item area if necessary.

For Style ‘0 – ExplorerBar’ and '4 - VisualStudio2005Toolbox' brings the UltraExplorerBarItem into view by scrolling the main area of the control, if necessary.

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