C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridIncrementalLoadingCell Class / RequestLayout Method


In This Topic
RequestLayout Method (GridIncrementalLoadingCell)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("requestLayout", 
   "()V", 
   "GetRequestLayoutHandler")>
Public Overridable Sub RequestLayout() 
 
'Usage
 
Dim instance As GridIncrementalLoadingCell
 
instance.RequestLayout()
See Also