> For the complete documentation index, see [llms.txt](https://docs.mashmatrix.com/mashmatrix-sheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mashmatrix.com/mashmatrix-sheet/functions_about_displaying_data/fix_column_from_scrolling.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
