Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / DropDownDirection Enumeration

In This Topic
    DropDownDirection Enumeration
    In This Topic
    Provides the supported expand directions for the C1ComboBox.
    Syntax
    'Declaration
     
    
    Public Enum DropDownDirection 
       Inherits System.Enum
    public enum DropDownDirection : System.Enum 
    Members
    MemberDescription
    AboveOrBelowTries to open the drop-down C1ComboBox above the header. If it is not possible tries to open below it.
    BelowOrAboveTries to open the drop-down C1ComboBox below the header. If it is not possible tries to open above it.
    ForceAboveForces the drop-down C1ComboBox to open above the header.
    ForceBelowForces the drop-down C1ComboBox to open below the header.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.DropDownDirection

    See Also