Hello,
There are several sizing considerations:
* The control width may change due to the user resizing the window.
Therefore the "Bottomless Mode" must automatically detect this and adjust the height accordingly.
* The Height of the "Page Size" must shrink/grow to fit the content and you must provide a SizeChanged and PageSizeChanged event to the consumer of the control for several different reasons.
How to handle changing of a document/page size
Answers approved by DevExpress Support
Hi Clint,
RichEditControl's document model is not page-oriented. That is why the PageSizeChanged event is not supported in the RichEditControl component.
The RichEditControl component, as a standard .NET Control supports SizeChanged and ClientSizeChanged events.