Search
ListViewSettings.setCellSpacing Method
See Also
 






Sets the amount space between adjacent cells.

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

 Syntax

Java  Copy Code

public void setCellSpacing (
    Integer value
)

 Parameters

value

A non-negative integer value specifying how much space to leave (expressed in pixels). Set to null to use the corresponding value from the current theme.

 See Also