Click or drag to resize

PFViewSetFixedWidth Method

Forces a width (in pixels) for the specified field.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void SetFixedWidth(
	PFField field,
	int width
)

Parameters

field
Type: Packflow.CorePFField
width
Type: SystemInt32
See Also