ComponentOne DataGrid for WPF and Silverlight
CanUserFreezeColumns Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : CanUserFreezeColumns Property
Gets or sets a value indicating which of the freezing separators (currently only Left separator is supported) the user is able to drag in order to change the amount of frozen columns or rows.
Syntax
'Declaration
 
Public Property CanUserFreezeColumns As DataGridColumnFreezing
public DataGridColumnFreezing CanUserFreezeColumns {get; set;}
Remarks
Notice ShowVerticalFreezingSeparator must be set to true so that the separator is visible.
See Also

Reference

C1DataGrid Class
C1DataGrid Members