Search
TimetableSettings.setVisibleColumns Method
See Also
 






Sets the number of columns visible in the view.

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

 Syntax

Java  Copy Code

public void setVisibleColumns (
    Integer value
)

 Parameters

value

A positive integer value specifying the number of columns visible at the same time. Set to null to use the corresponding value from the current theme.

 See Also