Listview Items - Formatting a column after data has been added
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everyone, I was wondering if it is possible to format a listview item's data after the data has been added to the listview. I have a custom listview that is populated from a datatable and one of the columns needs to be in a currency format. Do I need to format the data as it is being added? or can I modify it afterwards? thank you
eatwork