by Rajneesh Noonia (6 Submissions)
Category: Custom Controls/Forms/Menus
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
There are lot of codes around the world to extended the features of standard List View Control. But there are lot of codings or extra effors to implement the extended behiviour of list view control in your project.This component (ListViewEx) can extendend the features of your existing List View control with only one line of Code. For the time being this support Sorting list view and adding the sort icon in the header. This component provides standard sorting as date/string and numeric.This also provides simple way to implement custom shorting method on any column.
Inputs
Standard List View control with data
Assumes
Generaly string based sorting is provided with standard listview control. But what happens when you want to add the date or numeric or custom sorting algorithm to your list view control ? This COM Component add all these funcility to your listview control with one line of code. If you want to add the custom sorting algorithm on one of column then you need to implement interface ICompare. The code is self explanaratory and expose the power of interface programing and Win 32 API. Please don't forget to vote for this because i may upload the further enhancement in this component with you motivations.
Thanks
Code Returns
Sorting of Columns without any coding.
Side Effects
NO