c# - How to add item to the beginning of the list in ListBox? -
To add a list to the list, a WinForms ListBox without rewriting the entire list in a list in a loop Is there a way to add items to?
Another way to solve my problem is to display the list box in the reverse order (the last item on top), but I do not know how to do it.
My listbox is used as a control log viewer where the most recent entry should be on top.
Use the method on your ListBox item.
Comments
Post a Comment