Search
ListViewSettings.setVisibleColumns Method
See Also
 






Sets the number of visible group columns in a list 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.

 Remarks

This value is used only when the view is grouped. Otherwise, the number of columns is always 1.

 See Also