Hi,
@MarcoRome
I'm working on this at this very moment!
Some funcionalities have been implemented inside xCustomListView, such as:
- Allow (or not) selection (multi selection is implied) (available in designer and programatically);
- Chose whether to show or not a check mark in the upper right corner of the selected item panel (available in designer and programatically);
- Choose typeface, character and color of such a check mark (available in designer and programatically);
- Select and deselect one or all items programatcally;
- Get a list of all selected items panels;
- Get the number of selected items;
- ItemLongClick event implemented;
- ItemSelected and ItemDeselected implemented;
It's 2:01AM here, I just finished testings and... so far, so good!
My ToDo list now is:
- Implement a SelectItems(ItemList as List) sub, and
- Comment and clean up code.
This work is being done based on xCustomListView v1.50, and all original functionalities of the class remain unaltered.
Hopefully tomorrow I'll have the job done,
IF nothing else comes to my mind meanwhile...
The picture attached shows an example of how it looks...
Regards!
Claudio