Class Orientation
Orientation for SfListView.
Inheritance
System.Object
Orientation
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public sealed class Orientation : Enum
Fields
Horizontal
Indicates for every items in the ItemsSource property will be layout as horizontal orientation.
Declaration
public const Orientation Horizontal
Field Value
Type |
---|
Orientation |
Vertical
Indicates for every items in the ItemsSource property will be layout as vertical orientation.
Declaration
public const Orientation Vertical
Field Value
Type |
---|
Orientation |