Click or drag to resize

ScrollingTreePanel Constructor (TreeDrawing, Font)

Constructs a ScrollingTreePanel with the given tree using the given font.

Namespace:  KansasStateUniversity.TreeViewer2
Assembly:  KansasStateUniversity.TreeViewer2 (in KansasStateUniversity.TreeViewer2.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ScrollingTreePanel(
	TreeDrawing t,
	Font f
)

Parameters

t
Type: KansasStateUniversity.TreeViewer2TreeDrawing
The tree to display.
f
Type: System.DrawingFont
The font to use to display the tree.
Exceptions
ExceptionCondition
NullReferenceExceptionIf t is null.
See Also