Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Stores the dimensions of the two possible sizes of icon spacing that are available for display: small and large. Used by IShellFolderView::GetItemSpacing.
typedef struct _ITEMSPACING {
int cxSmall;
int cySmall;
int cxLarge;
int cyLarge;
} ITEMSPACING;
cxSmall
Type: int
The width of the spacing between icons in small icon mode, in pixels.
cySmall
Type: int
The height of the spacing between icons in small icon mode, in pixels.
cxLarge
Type: int
The width of the spacing between icons in large icon mode, in pixels.
cyLarge
Type: int
The height of the spacing between icons in large icon mode, in pixels.
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | shlobj_core.h (include Shlobj.h) |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today