I would like to know what is the easiest way to print ListBox's values. I have tried to use FlowDocumentReader but with no success.
相关问题
- VNC control for WPF application
- WPF Binding from System.Windows.SystemParameters.P
- XAML: Applying styles to nested controls
- How can I add a horizontal line (“goal line”) for
- How to properly change a resource dictionary
If you are trying to print a visual element,you can use
It can be used to print any visual object(any control, container, Window or user control)
If you are looking to print the items only then you can use the FlowDocument
or