Click or drag to resize

TreePanelScrollTo Method

Scrolls the Panel so that its upper-left corner is at the given pixel coordinates of the drawing.

Namespace:  KansasStateUniversity.TreeViewer2
Assembly:  KansasStateUniversity.TreeViewer2 (in KansasStateUniversity.TreeViewer2.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public void ScrollTo(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The horizontal offset in pixels.
y
Type: SystemInt32
The vertical offset in pixels.
See Also