|
-
Dec 23rd, 2002, 06:43 PM
#1
Thread Starter
Lively Member
Numbers in Listview Column
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.
-
Dec 23rd, 2002, 08:32 PM
#2
I believe that if you align the column headers the text under it will align, so this should work
ListView1.ColumnHeaders(2).Alignment = lvwColumnRight
-
Dec 23rd, 2002, 08:51 PM
#3
Thread Starter
Lively Member
Numbers in ListView Column RESOLVED
Thanks for that - have not got time to test it immediately but looking at what it does I would suspect that it will work. All the best to everyone for Christmas and the New Year.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|