想要吧这个第一列冻结,不会移动。这个 是superGridControl控件。形式像dataGridView的Frozen属性一样。
在代码中找到对应的GridColumn,并将其Fixed property设置为TruegridColumn.Fixed = true;