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

Scrolls control scrollbars to specified positions.

Namespace:  Phoenix.Gui.Controls
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetScrollPos(
	int x,
	int y
)
Public Sub SetScrollPos ( _
	x As Integer, _
	y As Integer _
)
public:
void SetScrollPos(
	int x, 
	int y
)

Parameters

x
Int32
Horizontal scrollbar position.
y
Int32
Vertical scrollbar position.

See Also