Gets or sets the number of lanes in a List view whose EnableVirtualItemSpace is set to true.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# 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.
Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.
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.