TcxCustomMemoProperties.VisibleLineCount Property
Specifies the height (in text lines) of a memo editor.
Declaration
property VisibleLineCount: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
Use the VisibleLineCount property to specify the height of a memo editor in text lines. When the VisibleLineCount property is set to a value greater than 0 the control’s height is adjusted so as to display exactly the specified number of text lines. The height of the editor cannot be modified in this case by setting the control’s Height property.
Setting the VisibleLineCount property to 0 indicates that the VisibleLineCount property’s value does not control the height of the memo editor, instead use the control’s Height to specify the height of the control in pixels.
The default value of the VisibleLineCount property is 0.
See Also