TreeCombo.OpenToSelected

Syntax

OpenToSelected: Boolean;

Description

The OpenToSelected property determines whether the drop-down list is scrolled on opening to the first selected element.

Comments

If the property is set to true then on opening the drop-down list is scrolled to the first selected element.

By default the value set is False.

Example

The example of property use is given in the TreeCombo constructor description.

See also:

TreeCombo