Hi. I have a TextBlock that contains some text in some Run
elements, and which is set to CharacterEllipsis
textclipping mode. However I also have a few InlineUIElements
that contains some custom buttons.
The problem is the buttons are showing up outside of the bounds of the TextBlock when they should be "clipped".
Am I missing some explicit setting somewhere to make these elements respect the bounds of the parent? Oddly, the text is clipped just fine, and shows the character ellipsis.