TcxCustomRichEditProperties.OnResizeRequest Event
Occurs when the text in a control has grown either too small or too large for the control’s window size.
Declaration
property OnResizeRequest: TRichEditResizeEvent read; write;
Remarks
Handle the OnResizeRequest event to respond to notifications that the edit control is trying to resize due to changes in the text. The Rect parameter gives the desired bounding rectangle that will display all the text, in screen coordinates.
See Also