Getting a FlowDocument to put rectangles around content
-
I know it's possible to stick a Border inside a BlockUIContainer, but it seems like under that element you can't use the FlowDocument thingies again. I haven't tried to nest a FlowDocument under a BlockUIContainer yet... somehow seems wrong. Is there a way to put rectangles (much like a GroupBox) around FlowDocument elements? Scott
"Simplicity carried to the extreme becomes elegance."
-Jon Franklin -
I know it's possible to stick a Border inside a BlockUIContainer, but it seems like under that element you can't use the FlowDocument thingies again. I haven't tried to nest a FlowDocument under a BlockUIContainer yet... somehow seems wrong. Is there a way to put rectangles (much like a GroupBox) around FlowDocument elements? Scott
"Simplicity carried to the extreme becomes elegance."
-Jon FranklinYou could try putting the elements in a table with one row and one cell and putting a border on the table (or just putting a border on the element if it supports that).