# Format

|                                                                                                      |                                                                             |
| ---------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [LVCFMT\_RIGHT](/gui/thanh-phan/list-view/listview_insertcolumn/format/lvcfmt_right.md)              | Căn phải nội dung trong các cột của List View sang bên phải                 |
| [LVCFMT\_CENTER](/gui/thanh-phan/list-view/listview_insertcolumn/format/lvcfmt_center.md)            | Căn giữa nội dung trong các cột của List View sang bên phải                 |
| [LVCFMT\_FIXED\_WIDTH](/gui/thanh-phan/list-view/listview_insertcolumn/format/lvcfmt_fixed_width.md) | Tạo ra các cột với kích thước cố định                                       |
| [LVCFMT\_FIXED\_RATIO](/gui/thanh-phan/list-view/listview_insertcolumn/format/lvcfmt_fixed_ratio.md) | Thiết lập kích thước cột co giãn theo tỉ lệ                                 |
| [LVCFMT\_LINE\_BREAK](/gui/thanh-phan/list-view/listview_insertcolumn/format/lvcfmt_line_break.md)   | Chỉ định nội dung cột sẽ tự động xuống dòng khi vượt quá kích thước của cột |
| [LVCFMT\_FILL](/gui/thanh-phan/list-view/listview_insertcolumn/format/lvcfmt_fill.md)                | Các cột còn lại sẽ tự động mở rộng ra để lấp đầy khoảng trống               |
| [LVCFMT\_WRAP](/gui/thanh-phan/list-view/listview_insertcolumn/format/lvcfmt_wrap.md)                | Nội dung cột sẽ được bao quanh khi vượt quá kích thước                      |
| [LVCFMT\_NO\_TITLE](/gui/thanh-phan/list-view/listview_insertcolumn/format/lvcfmt_no_title.md)       | Chỉ định cột không có tiêu đề                                               |
| [LVCFMT\_SPLITBUTTON](/gui/thanh-phan/list-view/listview_insertcolumn/format/lvcfmt_splitbutton.md)  | Cột sẽ có thêm một nút chia sẻ, khi bấm vào sẽ có 1 menu hoặc 1 hành động   |


---

# 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/format.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.
