Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Orientation

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved