SimpleWindow
|
列表视图的列信息 更多...
#include <ListView.h>
Public 成员函数 | |
ListViewColumn (const std::wstring &header) | |
构造函数 | |
ListViewColumn (const std::wstring &header, double width) | |
构造函数 | |
ListViewColumn (const LVCOLUMNW &lvc) | |
从LVCOLUMNW构造 | |
operator LVCOLUMNW () const | |
隐式转换LVCOLUMNW | |
Public 属性 | |
std::wstring | header |
列标题 | |
double | width |
列宽度 | |
ListViewColumnAlignment | alignment = ListViewColumnAlignment::Left |
对齐方式 | |
列表视图的列信息