Search
ResourceViewSettings.setRowHeaderSize Method
See Also
 






Sets the size of the row header.

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

 Syntax

Java  Copy Code

public void setRowHeaderSize (
    Integer value
)

 Parameters

value

An integer value specifying the size in pixels of the row headers. Set to null to use the corresponding value from the current theme.

 Remarks

The size of a header is used only when getGroupRowHeader is enabled. Otherwise, the size of the header equals getLaneSize.

 See Also