Hi,I need to right align the 1st column of a listview, where data are Integer.
I understand that these integer are "mapped" to text for displaying in the listview, but why is it impossible to set alignment to right on the first column (and only the first, alignment works fine on other columns)
either in property sheet or in ListPopulating event, it does not work.
As a workaround, I set the format to D5, but the readability is poor. What do I forget? How could I right align, or PADL with spaces?
thanks