MindFusion.Scheduling for Silverlight Programmer's Guide
ListViewSettings.TotalLaneCount Property
See Also
 





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

 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.

Unsetting the Property Value

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.

 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

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.Silverlight Namespace
EnableVirtualItemSpace Property