C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / CanScrollVertically Method


In This Topic
CanScrollVertically Method (C1DropDown)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("canScrollVertically", 
   "(I)Z", 
   "GetCanScrollVertically_IHandler", 
   ApiSince=14)>
Public Overridable Function CanScrollVertically( _
   ByVal direction As Integer _
) As Boolean
 
'Usage
 
Dim instance As C1DropDown
Dim direction As Integer
Dim value As Boolean
 
value = instance.CanScrollVertically(direction)

Parameters

direction
See Also