ComponentOne DataGrid for WPF and Silverlight
FrozenColumnCount Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : FrozenColumnCount Property
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 System.Integer
public System.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

Reference

C1DataGrid Class
C1DataGrid Members