This is a migrated thread and some comments may be shown as answers.

InlineUIContainer resize and move

3 Answers 53 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Alex Troto
Top achievements
Rank 1
Alex Troto asked on 23 Oct 2013, 09:14 AM
Hello,
Is it possible to move, re-size or text wrap an InlineUICOntainer?
Thanks,
Alex

3 Answers, 1 is accepted

Sort by
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 >>
0
Kubilay
Top achievements
Rank 1
answered on 23 Jan 2018, 05:39 AM

Hi Petya,

There's a different comment at the flowing post.

"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.

Regards,
Peshito
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
RichTextBox
Asked by
Alex Troto
Top achievements
Rank 1
Answers by
Petya
Telerik team
Kubilay
Top achievements
Rank 1
Peshito
Telerik team
Share this question
or