Search
ListViewSettings.getItemOrientation Method
See Also
 






Gets 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 Orientation getItemOrientation ()

 Return Value

A member of the Orientation enumeration.

 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