Click or drag to resize

FolderViewSpacing Property

Gets the width (x) and height (y) dimensions, including the surrounding white space, of an item.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public POINT Spacing { get; }

Property Value

Type: POINT
The width (x) and height (y) dimensions, including the surrounding white space, of an item.
See Also