How can i attach ListView to WPF FlowDocumentReader?

536 Views Asked by At

I've a listview and i need to attach this listview table into FlowDocumentReader, can any one help me how can i do this one.

Thanks, @nagaraju.

1

There are 1 best solutions below

0
On BEST ANSWER

I got solution...

<FlowDocumentReader>
<FlowDocument>
<BlockUIContainer>
<ListView/>
</BlockUIContainer>
</FlowDocument>
</FlowDocumentReader>