C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / ScrollingSettings Class / StaticColumnIndex Property

In This Topic
StaticColumnIndex Property
In This Topic
Indicates the index of columns that will always be shown on the left when the grid is scrolled horizontally.
Syntax
'Declaration
 
Public Property StaticColumnIndex As System.Integer
 

Property Value

Default value is -1.
Remarks
Note that all columns before the static column will be automatically marked as static too. It can only take effect when Mode is not "None"/>. It will be considered as -1 in a hierarchical grid or when grouping or row merging is enabled. -1 means no data column but row header is static. 0 means one data column and row header are static.
See Also