Search
ResourceViewSettings.setHeaderSpacing Method
See Also
 






Sets the amount of space between headers.

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

 Syntax

Java  Copy Code

public void setHeaderSpacing (
    Integer value
)

 Parameters

value

An integer value specifying how many pixels there are between adjacent headers. The minimal allowed value is -1. Set to null to use the corresponding value from the current theme.

 See Also