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
SyntaxJava
Copy Code
|
|---|
public void setItemOrientation ( |
A member of the Orientation enumeration. Set to null to use the corresponding value from the current theme.
RemarksItems 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