'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the vertical scrollbar of a NListBox is shown at all times.")> Public Property ScrollAlwaysVisible As System.Boolean
'Usage
Dim instance As NListBoxProperties Dim value As System.Boolean instance.ScrollAlwaysVisible = value value = instance.ScrollAlwaysVisible
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the vertical scrollbar of a NListBox is shown at all times.")] public System.bool ScrollAlwaysVisible {get; set;}