'Declaration <DescriptionAttribute("Indicates if the rows can be resized using the row selectors.")> <CategoryAttribute("Behavior")> Public Property AllowRowResize As Boolean
'Usage Dim instance As RowSelectorPane Dim value As Boolean instance.AllowRowResize = value value = instance.AllowRowResize
[Description("Indicates if the rows can be resized using the row selectors.")] [Category("Behavior")] public bool AllowRowResize {get; set;}