Search
TimelineSettings.setSpanTexts Method
See Also
 






Sets a value indicating whether some cell texts will span more than one cell when the space in their corresponding cells is insufficient due to scaling the view.

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

 Syntax

Java  Copy Code

public void setSpanTexts (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 Remarks

The number of spanned cells is specified by the getSpanCellCount property. If the value of this property is 0, then the number of cells is automatically calculated based on the current scale factor, which is specified by the ResourceViewSettings.getTimelineScale property.

 See Also