I have a listview with several columns and when I write data, one of the columns is numbers (Eg 123.45, 47.6 etc) By using format I can get the decimal places correct but the only way I seem to be able to get the numbers to stay in a column (ie the decimal points all line up) is to use format "000.00".

I have looked everywhere for something on this and I have tried just about every example of format but the listview will not allow alignment.