CanUserResizeColumns Property
In This Topic
Gets or sets a value indicating whether the user is able to resize a column by dragging the right border of the column header.
Syntax
'Declaration
Public Property CanUserResizeColumns As Boolean
public bool CanUserResizeColumns {get; set;}
See Also