ListView SortOrder

Discussion in 'C#' started by buster2209, Aug 28, 2010.

  1. buster2209

    buster2209 New Member

    Joined:
    Aug 28, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    In order to arrange data in a listview I can either use the properties panel or use the following code;

    listView1.Sorting = SortOrder.Descending;
    How can I do a SortOrder for the second column?

    eg;

    listView1.columnHeader2.Sorting = SortOrder.Descending;
    Thanks in advance!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice