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

objColumn
The dbiColumnItem to scroll to.
Attempt to scroll a desired column into the visible portion of the list.

Syntax

Visual Basic (Declaration) 
Overloads Public Function ScrollToColumn( _
   ByVal objColumn As dbiColumnItem _
) As Boolean
C# 
public bool ScrollToColumn( 
   dbiColumnItem objColumn
)

Parameters

objColumn
The dbiColumnItem 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