inlineuicontainer
Silverlight. How to align text in InlineUIContainer content with outer text in RichTextBox
The task: Make the text content of the InlineUIContainer to be inline with the outer text. The standard behaviour of the InlineUIContainer content is when the bottom edge is inline with the outer tex[详细]
2023-02-15 13:02 分类:问答Silverlight InlineCollection.Add(InlineUIContainer) missing?
I\'m having difficulty adding the inline of specific type InlineUIContainer into the InlineCollection (Content property) of a TextBlock. It appears the .Add() method of InlineCollection doesn\'t accep[详细]
2023-02-02 17:09 分类:问答Receiving EditingCommands on derived InlineUIContainer
I have a class that derives from InlineUIContainer.I want to take an action when an editing command (like ToggleBold) is performed on a FlowDocument selection that includes an instance of this class.I[详细]
2023-01-10 07:51 分类:问答Prevent delete/backspace of InlineUIContainers in RichTextBox (WPF)
I have a RichTextBox that allows the user to type and edit and insert some complex UIElements that are wrapped in InlineUIContainer.The problem is when the user tries to delete/backspace one of the In[详细]
2022-12-29 06:32 分类:问答