Hi,
Owner data in TListView works fine, but when I update values in TList which hold my records, then list view still show old values until I move mouse cursor on that item. Calling Listview1.Refresh or Listview1.Repaint doesn't work. I must always clear items and set Listview.Count again. How to force refresh data on custom item?
Regards.