Hello,
Is it possible to move, re-size or text wrap an InlineUICOntainer?
Thanks,
Alex
3 Answers, 1 is accepted
0
Petya
Telerik team
answered on 24 Oct 2013, 02:27 PM
Hi Alex,
InlineUIContainers are not copyable, so it is not possible to cut/copy or simply move the container. Resizing and text wrapping is not possible either.
Let us know if you have other questions. Regards,
Petya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>
"InlineUIContainer's Height and Width can be changed dynamically."
https://www.telerik.com/forums/dynamically-set-width-of-inlineuicontainer
0
Peshito
Telerik team
answered on 24 Jan 2018, 01:09 PM
Hi Kubilay,
The InlineUIContainers are not intended to be modified. Calling the UpdateEditorLayout() method of RadRichTextBox will update the layout of the document after you have applied the changes (which is actually happening when you press a key). Though, this is a practice we would advise against, as it might lead to unexpected behavior in the control.
You could set the size of the container before inserting it in the document.