CanUserResize Property (DataGridColumn)
In This Topic
Gets or sets whether the user can resize the column by dragging the border on the right of the column header presenter.
Syntax
'Declaration
Public Property CanUserResize As Boolean
public bool CanUserResize {get; set;}
See Also