ExpansionDirection Enumeration
Determines the direction into which
RoundComboBox should expand its drop-down list.
Namespace: BeeMobile.RoundComboBoxAssembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
public enum ExpansionDirection
Public Enumeration ExpansionDirection
| Automatic | 0 |
The direction of drop-down list expansion is determined automatically. This is the default setting.
|
| AlwaysDownwards | 1 |
The drop-down list is always expanded downwards (even if there is not enough room for it).
|
| AlwaysUpwards | 2 |
The drop-down list is always expanded upwards (even if there is not enough room for it).
|