Sets the value of the ResizeColumnWidth attached property for a given DependencyObject.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public static void SetResizeColumnWidth(
	DependencyObject obj,
	double value
)
Visual Basic (Declaration)
Public Shared Sub SetResizeColumnWidth ( _
	obj As DependencyObject, _
	value As Double _
)

Parameters

obj
Type: System.Windows..::.DependencyObject
The element on which to set the property value.
value
Type: System..::.Double
The value to which to set the property.

See Also