ComponentOne Basic Library for UWP
DropDownDirection Enumeration

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

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.DropDownDirection

See Also

Reference

C1.Xaml Namespace