'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the grid will use custom scrollbars.")> Public Property UseCustomScrollbars As System.Boolean
'Usage
Dim instance As NDataGridView Dim value As System.Boolean instance.UseCustomScrollbars = value value = instance.UseCustomScrollbars
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the grid will use custom scrollbars.")] public System.bool UseCustomScrollbars {get; set;}