I have a custom class that inherits from BindingList(T) that I am binding to a DataGrid.
However, the DataGrid is being populated from the top down and I want it populated from the bottom up. So the bottom item is index 0 rather then the top item.
How can I change my BindingList(T) so that the DataGrid reads it in reverse?