KryptonOutlookGrid.EnsureVisibleNode Method

Krypton OutlookGrid

KryptonOutlookGridEnsureVisibleNode Method
Krypton OutlookGrid v1.6.0
Ensure the node is visible (all parents exanded)

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public void EnsureVisibleNode(
	OutlookGridRow r
)
Public Sub EnsureVisibleNode ( 
	r As OutlookGridRow
)

Parameters

r
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRow
The OutlookGridRow which needs to be visible.
See Also