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 h
I had the exact same problem and handled it successfully by wrapping the content of the ListItem in a InlineUIContainer, like so:
Components
From here you can set the visbility of "HideMe" in code or through a binding.