TcxTreeListColumnOptions.EditAutoHeight Property
In This Article
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 |
---|---|---|
Tcx |
ieah |
The automatic height calculation mode for multi-line in-place editors. |
#Remarks
Options include:
Value | Description |
---|---|
ieah |
The column’s in-place editor is sized as specified by the tree list’s Options |
iaeh |
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 Options |
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