Syntax
'Declaration
<Android.Runtime.RegisterAttribute("scrollBy",
"(II)V",
"GetScrollBy_IIHandler")>
Public Overridable Sub ScrollBy( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As GridBase
Dim x As Integer
Dim y As Integer
instance.ScrollBy(x, y)
[Android.Runtime.Register("scrollBy",
"(II)V",
"GetScrollBy_IIHandler")]
public virtual void ScrollBy(
int ,
int
)
Parameters
- x
- y
See Also