Xuni Product Documentation - Xamarin.Forms
InputDropDownDirection Enumeration
Specifies the expand direction of the control.
Syntax
public enum InputDropDownDirection : System.Enum 
Members
MemberDescription
AboveOrBelow Tries to open the drop-down above the header.If it’s not possible it tries to open below.
BelowOrAbove tries to open the drop-down below the header. If it’s not possible it tries to open above.
ForceAbove Forces the drop-down to open above the header.
ForceBelow Forces the drop-down to open below the header.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xuni.Forms.Input.InputDropDownDirection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xuni.Forms.Input Namespace