Search
ResourceViewSettings.setMinRowSize Method
See Also
 






Sets the smallest size allowed for resource rows.

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

 Syntax

Java  Copy Code

public void setMinRowSize (
    Integer value
)

 Parameters

value

An integer value, specifying the minimal row size in pixels. The minimal allowed value is 10. Set to null to use the corresponding value from the current theme.

 Remarks

This property is only used when setViewStyle is set to ResourceViewStyle.General.

 See Also