Provides the supported expand directions for the C1ComboBox.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum DropDownDirection
Visual Basic
Public Enumeration DropDownDirection

Members

Member nameValueDescription
BelowOrAbove0 Tries to open the drop-down C1ComboBox below the header. If it is not possible tries to open above it.
AboveOrBelow1 Tries to open the drop-down C1ComboBox above the header. If it is not possible tries to open below it.
ForceBelow2 Forces the drop-down C1ComboBox to open below the header.
ForceAbove3 Forces the C1ComboBox content to open above the header.

See Also