The LVM_GETSTRINGWIDTH message determines the width of a specified string, using the specified list view control’s current font. You can send this message explicitly or by using the ListView_GetStringWidth macro.
LVM_GETSTRINGWIDTH wParam = 0; lParam = (LPARAM) (LPCSTR) psz;
Returns the string width if successful or zero otherwise.
The LVM_GETSTRINGWIDTH message returns the exact width, in pixels, of the specified string. If you use the returned string width as the column width in the LVM_SETCOLUMNWIDTH message, the string will be truncated. To get the column width that can contain the string without truncating it, you must add padding to the returned string width.
ListView_GetStringWidth, LVM_SETCOLUMNWIDTH
file: /Techref/os/win/api/win32/mess/src/msg12_14.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/10 20:38,
3.129.67.68: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://linistepper.com/Techref/os/win/api/win32/mess/src/msg12_14.htm"> LVM_GETSTRINGWIDTH</A> |
Did you find what you needed? |