Home | History | Annotate | Download | only in include

Lines Matching refs:LVM_SETCOLUMNWIDTH

2394 #define LVM_SETCOLUMNWIDTH (LVM_FIRST+30)
2396 #define ListView_SetColumnWidth(hwnd,iCol,cx) (WINBOOL)SNDMSG((hwnd),LVM_SETCOLUMNWIDTH,(WPARAM)(int)(iCol),MAKELPARAM((cx),0))