Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / DropDownMode Enumeration


In This Topic
    DropDownMode Enumeration
    In This Topic
    DropDown display mode.
    Syntax
    'Declaration
     
    
    Public Enum DropDownMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DropDownMode
    public enum DropDownMode : System.Enum 
    Members
    MemberDescription
    AboveOrBelowTries to open the drop-down above the header. If it’s not possible it tries to open below.
    BelowOrAboveTries to open the drop-down below the header. If it’s not possible it tries to open above. (default value).
    DefaultIf the device is phone, then DropDownView is displayed in separate FullScreen page, if device is not phone, mode will be BelowOrAbove by default.
    ForceAboveForces the drop-down to open above the header.
    ForceBelowForces the drop-down to open below the header.
    FullScreenDropDownView is displayed in separate FullScreen page (similar to navigationpage) where user can select from list or navigate backwards by hitting back button
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xamarin.Forms.Input.DropDownMode

    See Also