IRibbonComboBox.MinDropDownWidth

Syntax

MinDropDownWidth: Integer;

Description

The MinDropDownWidth property determines the minimum width of a drop-down list of elements.

Comments

Width value is specified in pixels. The property is set to -1 by default, the minimum width is calculated automatically depending on element text size and component width.

Example

The property use is given in the example for IRibbonComboBox.AutoComplete.

See also:

IRibbonComboBox