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


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