TreeWidget::SetIndentSpacing
Defined in:
Sets the subitem indent spacing.
C4Widgets.h
Prototype
void SetIndentSpacing(float spacing);
Parameters
spacing |
The new indent spacing. |
Description
The SetIndentSpacing
function sets the horizontal distance by which subitems are intended relative to their parent items.
See Also