How to move content of text flow, not the container, only the content?
Hey Folk.
I have text flow, which i try to make like Edit Box. For that, i set lineBreak to EXPLICIT and catch Keyboard event on Enter.
The problem:
My text flow includes paragraph which includes one spain.
When i fill the spain with text - the content width equals to container width, i try to add InlineGraphicElement to this text flow, the all inside data didn't move left automaticly, means i don't see the graphic element, it located outside the bound, only when i pressed right button, all data moves left and then the graphic element shown.
To solve it I think to check the width-s of container and the content and then if the content width is bigger then container width, move the content to the left, but cannot find how to make it.
Any ideas for moving content manually or other solutions?
P.S. Thanks for advice ![]()
