LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


direction

Specifies the direction at which the dropdown list will open.

Property Value

An IntegralUIDirection value. The default is Below, stating that dropdown list will appear below the DropDownButton.

Remarks

The following values are acceptable:

  • Above - dropdown list appear above the component
  • Right - dropdown list right from the component
  • Below - default, dropdown list appear below the component
  • Left - dropdown list appear left from the component

This enumeration allow combinations. For example, you can have a setting: Right | Above, which means that dropdown list will appear on right side above the DropDownButton.

Version Information

Supported in: v1.0.