DataGridColumn.CanUserResize Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets a value that indicates whether the user can adjust the column width using the mouse.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)

Syntax

'Declaration
Public Property CanUserResize As Boolean
public bool CanUserResize { get; set; }
<sdk:dataGridColumn CanUserResize="bool"/>

XAML Values

Property Value

Type: System.Boolean
true if the user can resize the column; false if the user cannot resize the column. The default is the current DataGrid.CanUserResizeColumns property value.

Remarks

If the DataGridColumn.CanUserResize property and the DataGrid.CanUserResizeColumns property are both set, a value of false will take precedence over a value of true.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.