I typically just set a BindingList(of T) as the DataSource property on my grid. Sometimes, I want to display this in inverse order. For example, if I have a BindingList(of NewsFeedItems), I'd like the newest items to be at the top. I can always do Insert(0) on my list, but that makes the code less legible and could be inefficient.
Is there a property that would reverse the order my rows are displayed in the grid - in a first shall be last, last shall be first kind of way?
Thanks!
Hello Jeffrey,
Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.