MapperDatasheetCanFreezeHeader Method  | 
 
            Determines if datasheet header row freezing is supported.
            
 
    Namespace: 
   NetQuarry.Data.WebMappers
    Assembly:
   EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxprotected bool CanFreezeHeader()
Protected Function CanFreezeHeader As Boolean
Return Value
Type: 
BooleanTrue if supported, else False.
Remarks
            Currently only IE 5.x and later for Windows supports this because the implementation relies on 
            script expression handling "top: expression(this.offsetParent.scrollTop)" on styles.
            
See Also