'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("DataGridView_AllowUserToResizeRowsDescr")> Public Property AllowUserToResizeRows As System.Boolean
'Usage
Dim instance As NDataGridView Dim value As System.Boolean instance.AllowUserToResizeRows = value value = instance.AllowUserToResizeRows
[System.ComponentModel.DefaultValue(true)] [SRCategory("CatBehavior")] [SRDescription("DataGridView_AllowUserToResizeRowsDescr")] public System.bool AllowUserToResizeRows {get; set;}