|
PrintAdapters for Windows Forms .NET provides a suite of compnents
to support printing the common Forms controls which contain
more data than can be displayed in their client area, namely
the TreeView, ListView and RichTextbox.
Below are screenshots of the sample applications provided
with PrintAdapters.
Sample 1 : SimpleTree
This example demonstrates the basic process of printing
a TreeView control using PrintAdapters.

click to enlarge image
Sample 2 : SimpleListView
This example demonstrates printing the contents of a ListView
control. Note that the PrintListView component can preserve
the current style of the ListView control, or can apply a
custom style specified either at design time in Visual Studio
.NET, or at runtime by the user (see TableStyle editor image
below).

click to enlarge image
Applying a predefined style using the PrintAdapters TableStyle
editor which integrates into the Visual Studio.NET design
environment:

Or defining a custom style using the same editor:

Sample 3 : SimpleRichTextBox
This example demonstrates printing the contents of a standard
RichTextBox control:

click to enlarge image
|