dbicList Send comments on this topic.
ScrollToCell(dbiNodeItem,dbiColumnItem) Method
See Also 
dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class > ScrollToCell Method : ScrollToCell(dbiNodeItem,dbiColumnItem) Method

objItem
The dbiNodeItem containing the cell to scroll to.
objColumn
The dbiColumnItem containing the cell to scroll to.
Attempt to scroll a desired cell into the visible portion of the list.

Syntax

Visual Basic (Declaration) 
Overloads Public Function ScrollToCell( _
   ByVal objItem As dbiNodeItem, _
   ByVal objColumn As dbiColumnItem _
) As Boolean
C# 
public bool ScrollToCell( 
   dbiNodeItem objItem,
   dbiColumnItem objColumn
)

Parameters

objItem
The dbiNodeItem containing the cell to scroll to.
objColumn
The dbiColumnItem containing the cell to scroll to.

Return Value

Boolean value indicating if the scroll was successful.

Requirements

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

See Also