Search
ItemSettings.setPadding Method
See Also
 






Sets the amount of space between each item and the frame lines of the calendar cell that contains the item.

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

 Syntax

Java  Copy Code

public void setPadding (
    Integer value
)

 Parameters

value

A non-negative integer value specifying how many pixels there are left between items and the time cells containing them. Set to null to use the corresponding value from the current theme.

 Remarks

In a CalendarView.Timetable view this is the distance between consecutive items.

 See Also