ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / FrozenColumnCount Property

In This Topic
    FrozenColumnCount Property
    In This Topic
    Gets or sets the number of columns that remain docked to the left side of the viewport when the user scrolls horizontally.
    Syntax
    'Declaration
     
    
    Public Property FrozenColumnCount As Integer
    public int FrozenColumnCount {get; set;}
    Remarks
    The user can change the number of frozen column by dragging the vertical freezing separator, to make this the properties CanUserFreezeColumns and ShowVerticalFreezingSeparator must be set to Left.
    See Also