Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
430
listview sort, group etc options
posted

looking for some examples of how to manipulate sort orders, view styles, group by options,  etc in a list view..  can someone point me to a code example that does this type of thing?

  • 69832
    Suggested Answer
    Offline posted

    Sorting is controlled by the UltraListViewColumnBase.Sorting property, so you can sort the Items collection by either the MainColumn or any SubItemColumn. The 'Infragistics File Explorer' sample, which is included with the SDK, demonstrates view styles, grouping, etc.