In Winforms I wanted to show a list box having item index number and item exactly as shown in the below
. I have gone through many SO links and also many articles also, most of them are using ListView instead of ListBox and also instead of showing List Item index they showing Image+ Item in it. I am ok with the listview but my objective is to show the Items with their corresponding index and on select it should give me the item only. Can anybody provide me any link or idea to achieve this in Winform using C#.
Thanks in advance.
