'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("ListBoxScrollIsVisibleDescr")> Public Property ScrollAlwaysVisible As System.Boolean
'Usage
Dim instance As NFontListBox Dim value As System.Boolean instance.ScrollAlwaysVisible = value value = instance.ScrollAlwaysVisible
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Localizable(true)] [SRDescription("ListBoxScrollIsVisibleDescr")] public System.bool ScrollAlwaysVisible {get; set;}