Click or drag to resize

FolderViewDefaultSpacing Property

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

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public POINT DefaultSpacing { get; }

Property Value

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