Search
ListViewSettings.setSubHeaderSize Method
See Also
 






Sets the subheader size in pixels.

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

 Syntax

Java  Copy Code

public void setSubHeaderSize (
    Integer value
)

 Parameters

value

A non-negative integer value specifying the subheader size. Set to null to use the corresponding value from the current theme.

 Remarks

This value specifies the header width if getOrientation is Orientation.Horizontal or the height if getOrientation is Orientation.Vertical.

 See Also