T
Tony Johansson
Hello!
Assume I have a collection of items in a ListBox and I want to format these
in a ListBox by using the proprty FormatString
how can I do this.
As I understand this I have to load these into an array or some other
collection and then clear the ListBox and then
add these items with the specified format into the clean ListBox.?
//Tony
Assume I have a collection of items in a ListBox and I want to format these
in a ListBox by using the proprty FormatString
how can I do this.
As I understand this I have to load these into an array or some other
collection and then clear the ListBox and then
add these items with the specified format into the clean ListBox.?
//Tony