I have a listbox and a modelview , which I used to bind listbox items from a obervable collection.
My requirement is that I need to set the selectedItem as well as selectedIndex from view model, so the selected item can be visible to the user.
Hope somebody have solution for me