Search
ListViewSettings.TotalLaneCount Property
See Also
 






Gets or sets the number of lanes in a List view whose EnableVirtualItemSpace is set to Enabled.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int TotalLaneCount { get; set; }

Visual Basic  Copy Code

Public Property TotalLaneCount As Integer

 Property Value

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.

 Remarks

When 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