I\'m writing an C# App (WinForm) with a ListBox having content added by the user. Now, I could have a ordinary button under the ListBox to remove items, but I would like to
Instead of ListBox you can use ListView, ListView has the ability to add custom column types.