Home | History | Annotate | Download | only in include

Lines Matching refs:TVM_SETITEMHEIGHT

3301 #define TVM_SETITEMHEIGHT (TV_FIRST+27)
3302 #define TreeView_SetItemHeight(hwnd,iHeight) (int)SNDMSG((hwnd),TVM_SETITEMHEIGHT,(WPARAM)(iHeight),0)