Gets or sets the number of lanes in a List view whose EnableVirtualItemSpace is set to Enabled.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int TotalLaneCount { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TotalLaneCount As Integer |
A non-negative integer value specifying the number of lanes in the view. Assign -1 to this property to use the corresponding value from the current theme.
RemarksWhen this property is set to 0, the item scrollbar is automatically adjusted so that it covers all existing items. Otherwise the item scrollbar is adjusted so that it covers the specified number of lanes.
See Also