C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / ScrollTo Method


In This Topic
ScrollTo Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("scrollTo", 
   "(II)V", 
   "GetScrollTo_IIHandler")>
Public Overridable Sub ScrollTo( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
 
'Usage
 
Dim instance As C1ComboBox
Dim x As Integer
Dim y As Integer
 
instance.ScrollTo(x, y)

Parameters

x
y
See Also