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

objItem
The dbiNodeItem containing the cell to scroll to.
nColumn
The zero-based index of 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 nColumn As Integer _
) As Boolean
C# 
public bool ScrollToCell( 
   dbiNodeItem objItem,
   int nColumn
)

Parameters

objItem
The dbiNodeItem containing the cell to scroll to.
nColumn
The zero-based index of 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