Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / FrozenColumns Property


In This Topic
    FrozenColumns Property (GridBase)
    In This Topic
    Gets or sets the number of frozen columns.
    Syntax
    'Declaration
     
    
    Public Property FrozenColumns As Integer
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Integer
     
    instance.FrozenColumns = value
     
    value = instance.FrozenColumns
    public int FrozenColumns {get; set;}
    Remarks
    Frozen columns do not scroll, but the cells they contain may be selected and edited.
    See Also