Search
ListViewSettings.getTotalLaneCount Method
See Also
 






Gets the number of lanes in a CalendarView.List view whose getEnableVirtualItemSpace is true.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Integer getTotalLaneCount ()

 Return Value

A non-negative integer value specifying the number of lanes in the view.

 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