Closed
Description
Describe the bug
Right now if Inlines have InlineUIContainer inside and we have TextProperty=Wrap on TextBlock, everything is fine until InlineUIContainer renders.
After that, if i back to smaller width, InlineUiContainer will be rendered incorrectly, on top of my text.
I don't know what to do right now. I thought about using WrapPanel, but that means i need to rewrote whole system in my App.
To Reproduce
- Create inline.
- Add runs and InlineUIContainer.
- Set inlines on some TextBlock with changable width.
- Try to change size on TextBlock
- InlineUIContainer will show and never hide.
Expected behavior
- Create inline.
- Add runs and InlineUIContainer.
- Set inlines on some TextBlock with changable width.
- Try to change size on TextBlock
- InlineUIContainer will proper show and hide as width changes.
Avalonia version
11.1.3
OS
Windows
Additional context
No response