ComponentOne Basic Library for WPF and Silverlight
DropDownDirection Enumeration


C1.WPF Namespace : DropDownDirection Enumeration
Provides the supported expand directions for the C1ComboBox.
Syntax
'Declaration
 
Public Enum DropDownDirection 
   Inherits System.Enum
'Usage
 
Dim instance As DropDownDirection
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

Reference

C1.WPF Namespace