I'm using telerik 2013.3.1016.1050 version. I have a richtextbox control with LayoutMode = DocumentLayoutMode.Flow.
This control can contains some InlineUIContainer, each UiElement InlineUIContainer's property contains a custom control.
In my configuration, the richtextbox editor autoscrolls when the user inserts some text if I enable richtextbox's scrollbars, but, when a InlineUIContainer exits from the visible area, it disappears from the RadDocument element.
What should I do to inhibit this behavior?
This control can contains some InlineUIContainer, each UiElement InlineUIContainer's property contains a custom control.
In my configuration, the richtextbox editor autoscrolls when the user inserts some text if I enable richtextbox's scrollbars, but, when a InlineUIContainer exits from the visible area, it disappears from the RadDocument element.
What should I do to inhibit this behavior?