C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / ScrollX Property


In This Topic
ScrollX Property (GridGroupRowCell)
In This Topic
Syntax
'Declaration
 
Public Property ScrollX As Integer
 
'Usage
 
Dim instance As GridGroupRowCell
Dim value As Integer
 
instance.ScrollX = value
 
value = instance.ScrollX
See Also