ComponentOne Xamarin.Android
SetFitsSystemWindows Method (GridColumnHeaderCell)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridColumnHeaderCell Class : SetFitsSystemWindows Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setFitsSystemWindows", 
   "(Z)V", 
   "GetSetFitsSystemWindows_ZHandler", 
   ApiSince=14)>
Public Overridable Sub SetFitsSystemWindows( _
   ByVal fitSystemWindows As Boolean _
) 
'Usage
 
Dim instance As GridColumnHeaderCell
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

Reference

GridColumnHeaderCell Class
GridColumnHeaderCell Members