C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / RemoveAllViewsInLayout Method


In This Topic
RemoveAllViewsInLayout Method (GridCellsPanel)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("removeAllViewsInLayout", 
   "()V", 
   "GetRemoveAllViewsInLayoutHandler")>
Public Overridable Sub RemoveAllViewsInLayout() 
 
'Usage
 
Dim instance As GridCellsPanel
 
instance.RemoveAllViewsInLayout()
See Also