Paragraph impossible to modify inline
-
14 Nisan 2012 Cumartesi 19:23
Hi,
I'm trying to write a small utility to bind xml data in a richtextbox.
I expect to use several xaml files as template to bind information with very few tags ( section, paragraphs, run, bold, etc... ).I have test differents elements as TextBlock, datatemplates, etc... but I have severals problems when i have tryed to get the copy or print functions.
I have finally nearly all I need except I need to remove the return line from my paragraph... I would like to display the data on the same line....
I have subclassed paragraph block and I will remove the extra ligne to display all the information on one line.
Any idea how to solve this ?
Thanks by advance.
Solution is available on dp : http://dl.dropbox.com/u/43391237/FlowDocumentApp.zip
Tüm Yanıtlar
-
15 Nisan 2012 Pazar 19:59
Please help ?
Any ideas ou suggestions ?
-
16 Nisan 2012 Pazartesi 19:01Moderatör
Hi Chavakia,
According to your description, I understand you want to ignore the format of FlowDocument such as paragragh, right?
Could you please share your code with us so that we can better help you?
Thank you.
Have a nice day.
Annabella Luo[MSFT]
MSDN Community Support | Feedback to us
-
17 Nisan 2012 Salı 12:20
Hi,
I have placed the solution on a dropbox
http://dl.dropbox.com/u/43391237/FlowDocumentApp.zipI would like to ignore the format of the paragraph such as the linebreak added natively from the paragraph.
Or found a nice way to generate a template into severals files and keep in mind I need the copy/paste and printing and of course to bind with datas...
Thanks ;)