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

objNodeItem
The dbiNodeItem to scroll the view to
Attempts to make a specified dbiNodeItem visible in the list display.

Syntax

Visual Basic (Declaration) 
Public Function ScrollToNode( _
   ByVal objNodeItem As dbiNodeItem _
) As Boolean
C# 
public bool ScrollToNode( 
   dbiNodeItem objNodeItem
)

Parameters

objNodeItem
The dbiNodeItem to scroll the view to

Requirements

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

See Also