Search
ItemSettings.setSize Method
See Also
 






Sets the size of schedule items drawn in the calendar.

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

 Syntax

Java  Copy Code

public void setSize (
    Integer value
)

 Parameters

value

A non-negative integer value specifying items width or height in pixels. Set to null to use the corresponding value from the current theme.

 Remarks

This property specifies the height of horizontal items or the width of vertical items. The items length is defined by their start time and duration. The property is ignored for items drawn in timetable view.

 See Also