C1.Android.Core Assembly / C1.Android.Core Namespace / C1ScrollViewer Class / ForceLayout Method


In This Topic
ForceLayout Method (C1ScrollViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("forceLayout", 
   "()V", 
   "GetForceLayoutHandler")>
Public Overridable Sub ForceLayout() 
 
'Usage
 
Dim instance As C1ScrollViewer
 
instance.ForceLayout()
See Also