Initializes a new instance of the LiveScrollList class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public LiveScrollList(
	int columnCount,
	int pageSize,
	int rowCount
)
Visual Basic
Public Sub New ( _
	columnCount As Integer, _
	pageSize As Integer, _
	rowCount As Integer _
)
Visual C++
public:
LiveScrollList(
	int columnCount, 
	int pageSize, 
	int rowCount
)

Parameters

columnCount
Type: System..::..Int32
pageSize
Type: System..::..Int32
rowCount
Type: System..::..Int32

See Also