CListCtrl::SetIconSpacing
Visual Studio 2012
Sets the spacing between icons in a list view control.
CSize SetIconSpacing( int cx, int cy ); CSize SetIconSpacing( CSize size );
A CSize object containing the previous values for icon spacing.
This member function implements the behavior of the Win32 macro, ListView_SetIconSpacing, as described in the Windows SDK.