Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListColumnOptions.EditAutoHeight Property

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

#Declaration

Delphi
property EditAutoHeight: TcxItemInplaceEditAutoHeight read; write; default ieahDefault;

#Property Value

Type Default Description
TcxItemInplaceEditAutoHeight ieahDefault

The automatic height calculation mode for multi-line in-place editors.

#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.

#Default Value

The EditAutoHeight property’s default value is ieahDefault.

See Also