Hi,
is there a possibility to programmatically reorder elements in a cluster?
I have an 1-D array of clusters with three elements (2 strings, 1 boolean) and want to order the array elements with respect to one of the three cluster elements. The only way I can see right now to do that is to index the array, rearrange the cluster elements so that the element under scrutiny comes first, rebuild the array, use the sort function, and finally bring the cluster elements back into their original order.
You probably already guessed what the purpose is. I need to realize a typical multicolumn list with the opportunity to sort the lines with respect to a particular column. Yes, I know there is a ready to use multicolumn list control but I found it rather puzzling at the first glance. How do I get the array described above from that multicolumn list?
Any thought or hint appreciated.
Peter