'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether auto-scrolling will be performed if an item is dragged near the edges of the viewable area.")> Public Property EnableDragDropAutoScroll As System.Boolean
'Usage
Dim instance As NItemsControl Dim value As System.Boolean instance.EnableDragDropAutoScroll = value value = instance.EnableDragDropAutoScroll
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether auto-scrolling will be performed if an item is dragged near the edges of the viewable area.")] public System.bool EnableDragDropAutoScroll {get; set;}