[]
        
(Showing Draft Content)

C1.Win.List.C1DisplayColumn.FixColumn

FixColumn Method

FixColumn(bool)

Fixes the column to keep it from scrolling when v is True, and unfixes the column when v is False.

Declaration
public void FixColumn(bool v)
Parameters
Type Name Description
bool v

True to fix the column.

FixColumn(bool, int)

Fixes the column to keep it from scrolling when v is True, and unfixes the column when v is False.

Declaration
public void FixColumn(bool v, int pos)
Parameters
Type Name Description
bool v

True to fix the column.

int pos

The column index position after it is fixed.

Remarks

if v is True, the column is fixed and moved to the start position. If v is False, the column is unfixed and moved to the last position.