Skip to main content

TcxCustomRow.Height Property

Specifies the row’s height (in pixels).

Declaration

property Height: Integer read; write; default -1;

Property Value

Type Description
Integer

The current row height, in pixels.

Remarks

Use this property to set the current row’s height overriding the row height the vertical grid control’s OptionsView.RowHeight property value specifies. If the Height property is set to -1 (by default), the row’s height is calculated automatically to fit its content.

End-users can resize the row by dragging its bottom border if the Options.CanResized property and the vertical grid control’s OptionsBehavior.RowSizing property are set to True.

Note

The row automatically resizes to fit its content if the Options.CanAutoHeight property is set to True.

See Also