Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / SetFitsSystemWindows Method


In This Topic
    SetFitsSystemWindows Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setFitsSystemWindows", 
       "(Z)V", 
       "GetSetFitsSystemWindows_ZHandler", 
       ApiSince=14)>
    Public Overridable Sub SetFitsSystemWindows( _
       ByVal fitSystemWindows As Boolean _
    ) 
    'Usage
     
    
    Dim instance As FlexGrid
    Dim fitSystemWindows As Boolean
     
    instance.SetFitsSystemWindows(fitSystemWindows)
    [Android.Runtime.Register("setFitsSystemWindows", 
       "(Z)V", 
       "GetSetFitsSystemWindows_ZHandler", 
       ApiSince=14)]
    public virtual void SetFitsSystemWindows( 
       bool fitSystemWindows
    )

    Parameters

    fitSystemWindows
    See Also