I have a List that contains items, for example:
1) https:\\10.12.23\\
2) https:\\12.23.12.25\\
3) https:\\localhost\
4) https:\\12.25.12.2\\
5) https:\\12.36.12.22\\
6) https:\\12.88.12.32\\
The List is bound to a DataGridView as follows:
MyDataGridView.DataSource = MyList;
I want the item https:\\localhost\ to be on the top. How can I achieve this?