Xamarin.Android | ComponentOne
C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / ForceLayout Method


In This Topic
    ForceLayout Method (FlexViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("forceLayout", 
       "()V", 
       "GetForceLayoutHandler")>
    Public Overridable Sub ForceLayout() 
    'Usage
     
    
    Dim instance As FlexViewer
     
    instance.ForceLayout()
    [Android.Runtime.Register("forceLayout", 
       "()V", 
       "GetForceLayoutHandler")]
    public virtual void ForceLayout()
    See Also