Search
Calendar.compactItemLanes Method (List(Item))
See Also
 






Reassigns new lane indices to the specified schedule items in order to remove empty spaces between the items and their neighbors.

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

 Syntax

Java  Copy Code

public void compactItemLanes (
    List<Item> items
)

 Parameters

items

The items to compact.

 See Also