| 发表于:2007-09-13 22:09:2411楼 得分:0 |
call this function to set the width of indentation for a tree view control and redraw the control to reflect the new width. void setindent( uint nindent); nindent:width, in pixels, of the indentation. if nindent is less than the system-defined minimum width, the new width is set to the system-defined minimum. 这是msdn的解释。突然想到,能否将系统定义的这个最小值给改了? | | |
|