Version

BringLabelIntoView Method

Brings the label (header) corresponding to the specified UltraTreeNodeColumn into view for this UltraTreeNode.
Syntax
'Declaration
 
Public Sub BringLabelIntoView( _
   ByVal column As UltraTreeNodeColumn _
) 
public void BringLabelIntoView( 
   UltraTreeNodeColumn column
)

Parameters

column
The UltraTreeNodeColumn which defines the cell to be brought into view.
Remarks

Note: This method is only applicable when the LabelStyle property of the specified UltraTreeNodeColumn's associated UltraTreeColumnSet is set to 'WithCellData'

Note: If this UltraTreeNode is not associated with an UltraTree control, this method does nothing.

Note: If the LabelPosition property of the specified UltraTreeNodeColumn's associated UltraTreeColumnSet is set to 'None', this method does nothing.

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