Skip to main content

TcxTreeListColumnOptions.EditAutoHeight Property

Specifies the sizing mode for the column’s multi-line in-place editor.

Declaration

property EditAutoHeight: TcxItemInplaceEditAutoHeight read; write; default ieahDefault;

Property Value

Type Default
TcxItemInplaceEditAutoHeight ieahDefault

Remarks

Options include:

Value Description
ieahDefault The column’s in-place editor is sized as specified by the tree list’s OptionsBehavior.EditAutoHeight property.
iaehNone No sizing. The in-place editor’s height remains unchanged – it occupies an entire cell. An editor automatically wraps and vertically scrolls its content. The tree list’s OptionsBehavior.EditAutoHeight property value is ignored for this column.

Note

Auto sizing is not supported by drop-down editors, non-text editors, editors with embedded buttons, or input mask text editors.

The default value of the EditAutoHeight property is ieahDefault.

See Also