Hi everybody,
is there a way to update the Main- and Sub-Column values of an existing ListView Item?
Thanks a lot!
Nolde
Yes, UltraListViewItem and UltraListViewSubItem both expose a settable Value property. The main column corresponds to the UltraListViewItem's Value, and the value for a given column corresponds to that column's sub-item value.
I have totally overlooked that... thanks for your quick response...