ExpansionDirection Enumeration

Determines the direction into which RoundComboBox should expand its drop-down list.

Definition

Namespace: BeeMobile.RoundComboBox
Assembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
C#
public enum ExpansionDirection

Members

Automatic0 The direction of drop-down list expansion is determined automatically. This is the default setting.
AlwaysDownwards1 The drop-down list is always expanded downwards (even if there is not enough room for it).
AlwaysUpwards2 The drop-down list is always expanded upwards (even if there is not enough room for it).

See Also