This control is another extension to the now standard and widely used listview control. I have included some of the more common features: shaded columns, column sorting (with data type), but the real addition is the FILTERBAR features of the header. This implementation eliminates all of the work of dealing with the filter messages and item filtering by incorporating it into the control. This could have been implemented as delegates, but we create controls to do the work for us, don t we? I would like to thank Carlos H. Perez since a lot of the implementation came from examples he set with his listviewEx control.
Some time during my development works I had the need of printing the contents of a listview control. So I wrote down the code for a custom control, named Printablelistview, that solved the following two problems:
* extend the print on multiple pages when the width of the list exceeds the width of the print page,
* shrink, optionally, the list in a way that the resulting width fits o