How can I hide a Paragraph in a FlowDocument?
Posted
by Joe White
on Stack Overflow
See other posts from Stack Overflow
or by Joe White
Published on 2009-08-10T12:24:26Z
Indexed on
2010/04/20
7:03 UTC
Read the original article
Hit count: 349
Is there any way to use databinding to show or hide a Paragraph within a FlowDocument? (I want to use MVVM, but with a FlowDocument as my view.)
Paragraph doesn't have a Visibility property. I'm not sure what else to look for.
© Stack Overflow or respective owner