CanUserResize Property (DataGridRowHeaderPresenter)
In This Topic
Gets or sets a value indicating whether the user can adjust row height by dragging the bottom edge of the row header.
Syntax
'Declaration
Public Property CanUserResize As Boolean
public bool CanUserResize {get; set;}
See Also