Search
TimetableSettings.setShowPadding Method
See Also
 






Sets a value indicating whether padding should be disabled. Padding of items appear when the items are not aligned to cells.

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

 Syntax

Java  Copy Code

public void setShowPadding (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 See Also