Adam D. Ruppe via Digitalmars-d-learn Sun, 07 Jun 2015 05:36:10 -0700
listview.invoke( delegate Object(Object[]) { listview.Add(whatever); return null; });
and it should work.