Click or drag to resize

VisualProperties.SetItemHeight Method

Sets the specified item height in pixels.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void SetItemHeight(
	int height,
	bool throwOnError = true
)

Parameters

height
Type: System.Int32
The height in pixels.
throwOnError (Optional)
Type: System.Boolean
true to throw error; otherwise false.
See Also