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 | Description |
---|---|
Orientation |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Vertical
Indicates for every items in the ItemsSource property will be layout as vertical orientation.
Declaration
public const Orientation Vertical
Field Value
Type | Description |
---|---|
Orientation |