Search code examples
wpflistviewflowdocumentreader

How can i attach ListView to WPF FlowDocumentReader?


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.


Solution

  • I got solution...

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