# Fix Column from Scrolling

To make the columns be displayed still in the sheet even when scrolling horizontally, follow the steps below.

<figure><img src="/files/uqz0rydSHQzOVe81lJf1" alt=""><figcaption></figcaption></figure>

1. Drag the column header of the column you want to fix and drop it on the column header of the already fixed columns on the left side of the sheet.
2. The column will be fixed from scrolling.
3. Conversely, if you want to unfix a column, drag and drop it to the column header of the unfixed columns.

You can also fix / unfix columns from scrolling on the dialog. For details, please refer to "[Change Columns Display](/mashmatrix-sheet/functions_about_displaying_data/change_columns_display.md)".


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mashmatrix.com/mashmatrix-sheet/functions_about_displaying_data/fix_column_from_scrolling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
