I have a list-box with some items in it. When i click on one item its selected.
But when i press Ctrl + click on same selected item then it will unselected and total no of selected items in list-box is zero.
So i want list-box should always have minimum one selected item.
Any suggestion.
Have you tried setting the
SelectionModeproperty to “Multiple”?