Tagged Questions
The inlineuicontainer tag has no wiki summary.
2
votes
2answers
506 views
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 ...
2
votes
1answer
304 views
WPF. 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 ...
1
vote
0answers
60 views
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 ...
1
vote
1answer
1k views
How can I copy WPF FlowDocument InlineUIContainer contents?
I have a WPF FlowDocument that has a few InlineUIContainers, these are simple InlineUIContainers, that contain a styled button with some text in the Button.Content. When I copy the text and ...
0
votes
0answers
72 views
C# Wpf. FlowDocument. Delete InlineUIContainer in selection by code
user select a text in RichTextBoxEditor(wpf). Selected area may contain an InlineUIContainer with image. So, I need to delete these selected area.
For, example selected area is like that ...
0
votes
0answers
312 views
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 accept ...
0
votes
1answer
80 views
InlineUIElement not respecting clipping area of TextBlock
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.
...
0
votes
1answer
546 views
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 ...
0
votes
1answer
474 views
Problem with InlineUIContainer
I have an Windows.Documents.InlineUIContainerin a RichTextBox, and sometimes it's font size of alignment change when I hit key combination such as Ctrl+Space. I couldn't find any place to handle these ...