The TVM_SETINDENT message sets the width of indentation for a tree-view control and redraws the control to reflect the new width. You can send this message explicitly or by using the TreeView_SetIndent macro.
TVM_SETINDENT wParam = (WPARAM) indent; lParam = 0;
No return value.