Search
TimetableSettings.setShowMoreItemsCue Method
See Also
 






Sets a value indicating whether to display a 'more items' icon in the timeline header when some items in a timetable column are not currently visible.

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

 Syntax

Java  Copy Code

public void setShowMoreItemsCue (
    Boolean value
)

 Parameters

value

true to show the 'more items' cue when there are items not visible in the current viewport; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also