Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about flowdocument

Read more about flowdocument

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - flowdocument

How to add Paragraph in the middle of existing Paraghaph programmaticaly in FlowDocument WPF?

I have a test app where i'm trying to insert an editable paragraph so user can write info there (maybe it can be realized just with Run, i took paragraph just for example, if you know how to add Run i...
test-img

Liromanz

c#

wpf

rtf

paragraph

flowdocument

Votes: 0

Answers: 1

Latest Answer

A quite simple solution would be to use a TextBlock and then inline a TextBox at the position you like to edit. The following example lets EditableTextBlock extend TextBlock to extend the TextBlock be...
test-img

BionicCode

RichTextbox > Insert xaml at caret position

I am trying to find this out for days already without luck, what i want to achieve is to add flowdocument xaml code from string. String like: string test = "<Paragraph><Run>Text</R...
test-img

Mordecki

c#

wpf

xaml

richtextbox

flowdocument

Votes: 0

Answers: 1

Latest Answer

The XAML text like <Paragraph><Run>Text</Run></Paragraph> can't be inserted to the FlowDocument directly. It should be converted to proper Flow Related Classes. In your case cr...
test-img

Jackdaw

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved