Version

EnsureGroupHeaderInView Method

Makes sure that the UltraExplorerBarGroup's header is in view.
Syntax
'Declaration
 
Public Sub EnsureGroupHeaderInView() 
public void EnsureGroupHeaderInView()
Remarks

Note: When the control's Style is set to ‘1 – Listbar’ or ‘2 – Toolbox’, this method has no effect on the control. This is because for those control styles, all group headers are visible at all times unless the Visible property has been set to false.

For Style ‘0 – ExplorerBar’ brings the UltraExplorerBarGroup's header 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