|
SimpleWindow
|
列表视图的列信息 更多...
#include <ListView.h>
Public 成员函数 | |
| ListViewColumn (const wchar_t *header, double width=100, ListViewColumnAlignment alignment=ListViewColumnAlignment::Left) | |
| 构造函数,默认宽度100,左对齐 | |
| ListViewColumn (const std::wstring &header, double width=100, ListViewColumnAlignment alignment=ListViewColumnAlignment::Left) | |
| 构造函数,默认宽度100,左对齐 | |
Public 属性 | |
| std::wstring | header |
| 列标题 | |
| double | width |
| 列宽度 | |
| int | imageIndex |
| 关联图像在图像列表中的索引,-1表示无图像 | |
| ListViewColumnAlignment | alignment |
| 列对齐方式 | |
列表视图的列信息