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


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