Search
ListViewSettings.setContentsMargin Method
See Also
 






Sets the amount of space between the contents border and the actual contents of the view.

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

 Syntax

Java  Copy Code

public void setContentsMargin (
    Integer value
)

 Parameters

value

A non-negative integer value defining the border space in pixels. Set to null to use the corresponding value from the current theme.

 See Also