'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the focused item will be scrolled into view.")> Public Property EnsureFocusedItemVisible As System.Boolean
'Usage
Dim instance As NItemsControl Dim value As System.Boolean instance.EnsureFocusedItemVisible = value value = instance.EnsureFocusedItemVisible
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the focused item will be scrolled into view.")] public System.bool EnsureFocusedItemVisible {get; set;}