Search
ListViewSettings.setOrientation Method
See Also
 






Sets a value indicating whether the cells are displayed horizontally or vertically.

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

 Syntax

Java  Copy Code

public void setOrientation (
    Orientation value
)

 Parameters

value

A member of the Orientation enumeration. Set to null to use the corresponding value from the current theme.

 Remarks

If this property is set to Orientation.Horizontal, the view header is displayed at the top and the day cells are arranged in a horizontal row underneath it. If set to Orientation.Vertical, the header is displayed on the left side and the days are arranged in a vertical row on the right.

 See Also