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