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

nColumn
The zero-based index of 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 nColumn As Integer _
) As Boolean
C# 
public bool ScrollToColumn( 
   int nColumn
)

Parameters

nColumn
The zero-based index of 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