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

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static void SetIsResizeColumn(
	DependencyObject obj,
	bool value
)
Visual Basic (Declaration)
Public Shared Sub SetIsResizeColumn ( _
	obj As DependencyObject, _
	value As Boolean _
)

Parameters

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

Remarks

If you set the IsResizeColumn attached property on a GridViewColumn, you can resize the column by dragging its right-hand border.

See Also