ElementHostControl ScrollElementsBy Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Scrolls elements by delta x/y and destroys those elements that are completely out of the viewport.

Namespace: NFX.WinForms.Elements
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void ScrollElementsBy(
	int offsetx,
	int offsety,
	int dx,
	int dy,
	bool destroy
)
See Also