ListBox.SetHeaderTag(column As Integer, tag As Object)
ListBox.GetHeaderTag(column As Integer) As Object
Why ?
Because... 🙂
Suppose have listbox with 2 columns
first display a date
second display a value
if user reorder column order, when i remove all items and refill listbox
data are not correctly displayed.
I can read HeaderText but if have 2 columns with same name hit problem