'Declaration
<System.ComponentModel.BindableAttribute(False)> <System.ComponentModel.CategoryAttribute("Behavior")> Public Property IsItemsHost As System.Boolean
'Usage
Dim instance As VerticalScrollbarsPresenter Dim value As System.Boolean instance.IsItemsHost = value value = instance.IsItemsHost
[System.ComponentModel.Bindable(false)] [System.ComponentModel.Category("Behavior")] public System.bool IsItemsHost {get; set;}