'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the control will automatically display scrollbars.")> Public Overridable Property AutoScroll As System.Boolean
'Usage
Dim instance As NUIPanel Dim value As System.Boolean instance.AutoScroll = value value = instance.AutoScroll
[System.ComponentModel.Description("Gets/sets a value indicating whether the control will automatically display scrollbars.")] public virtual System.bool AutoScroll {get; set;}