dbicList Send comments on this topic.
EnsureVisible Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : EnsureVisible Method

objItem
dbiNodeItem Class
Method to move the visible portion of the control to ensure that the node item passed to the method is visible. Due to the nature of the node/subnode collections, the exact location of the item in the display may deviate.

Syntax

Visual Basic (Declaration) 
Public Sub EnsureVisible( _
   ByVal objItem As dbiNodeItem _
) 
C# 
public void EnsureVisible( 
   dbiNodeItem objItem
)

Parameters

objItem
dbiNodeItem Class

Remarks

The control calling this method will need to be fully instanced and drawn before this method can work.  Calling this method before the control has fully rendered will result in the method failing.  NOTE: If using an older version of the dbicBase.dll base assembly, calling this method before the control has been fully instanced may result in an exception.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also