ListWidget::SetItemSpacing
Defined in:
Sets the vertical list item spacing.
C4Widgets.h
Prototype
void SetItemSpacing(float spacing);
Parameters
spacing |
The new item spacing. |
Description
The SetItemSpacing
function sets the vertical distance from the top of one list item to the top of the next list item.
See Also