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

In This Topic
    ShowVerticalFreezingSeparator Property (C1DataGrid)
    In This Topic
    Gets or sets a value indicating which of the freezing separators (currently only Left separator is supported) is visible.
    Syntax
    'Declaration
     
    
    Public Property ShowVerticalFreezingSeparator As DataGridColumnFreezing
    public DataGridColumnFreezing ShowVerticalFreezingSeparator {get; set;}
    Remarks

    If you want to prevent the user from changing the amount of frozen columns you should set the property CanUserFreezeColumns to None.

    Additionally you can change the width of the separator by changing the property VerticalFreezingSeparatorWidth.

    See Also