[]
Fixes the column to keep it from scrolling when v is True, and unfixes the column when v is False.
public void FixColumn(bool v)
Type | Name | Description |
---|---|---|
bool | v | True to fix the column. |
Fixes the column to keep it from scrolling when v is True, and unfixes the column when v is False.
public void FixColumn(bool v, int pos)
Type | Name | Description |
---|---|---|
bool | v | True to fix the column. |
int | pos | The column index position after it is fixed. |
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.