The LV_COLUMN structure contains information about a column in a list view control. This structure is also used to receive information about a column.
typedef struct _LV_COLUMN { UINT mask; int fmt; int cx; LPTSTR pszText; int cchTextMax; int iSubItem; } LV_COLUMN;
Value |
Meaning |
LVCF_FMT |
The fmt member is valid. |
LVCF_SUBITEM |
The iSubItem member is valid. |
LVCF_TEXT |
The pszText member is valid. |
LVCF_WIDTH |
The cx member is valid. |
Value |
Meaning |
LVCFMT_CENTER |
Text is centered. |
LVCFMT_LEFT |
Text is left-aligned. |
LVCFMT_RIGHT |
Text is right-aligned. |
The leftmost column in a list view control must be left aligned.
This structure is used with the LVM_GETCOLUMN, LVM_SETCOLUMN, LVM_INSERTCOLUMN, and LVM_DELETECOLUMN messages.
LVM_DELETECOLUMN, LVM_GETCOLUMN, LVM_INSERTCOLUMN, LVM_SETCOLUMN
file: /Techref/os/win/api/win32/struc/src/str10_15.htm, 4KB, , updated: 2000/4/7 11:20, local time: 2024/11/7 09:48,
3.15.151.94:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/struc/src/str10_15.htm"> LV_COLUMN</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.