Search
ListViewSettings.setItemOrientation Method
See Also
 






Sets a value indicating whether the items are displayed horizontally, vertically or according to the orientation of the view.

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

 Syntax

Java  Copy Code

public void setItemOrientation (
    Orientation value
)

 Parameters

value

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

 Remarks

Items are usually oriented according to the view's orientation as specified by getOrientation. That is, items are horizontal in a horizontal CalendarView.List view and vice versa. The orientation of the items can be explicitly specified by using this property.

 See Also