Search
ListViewSettings.setTotalLaneCount Method
See Also
 






Sets 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 void setTotalLaneCount (
    Integer value
)

 Parameters

value

A non-negative integer value specifying the number of lanes in the view. Set to null 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