# ListView\_InsertColumn

## Giới Thiệu

Chèn 1 cột vào trong ListView.

<table><thead><tr><th width="176">Tham Số</th><th>Mô Tả</th></tr></thead><tbody><tr><td>ListView</td><td>List View cần thay chèn thêm cột</td></tr><tr><td>ColumnIndex</td><td>Thứ tự cột, bắt đầu từ 0 nếu muốn chèn vào vị trí đầu tiên</td></tr><tr><td>Heading</td><td>Tiêu đề cột</td></tr><tr><td>Format</td><td>Định dạng</td></tr><tr><td>Width</td><td>Chiều rộng cột, nếu để là -1 sẽ tự động co giãn theo độ dài tiêu đề</td></tr></tbody></table>


---

# 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.taiamk.pro/gui/thanh-phan/list-view/listview_insertcolumn.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.
