Does the basic listview automation work when called from a child form or do I need to handle this differently?
Thanks
All translations take place at the time of the Load event. All code references are updated, however, there are times that you need to manually update the object instance references and this may be one of them. We do not reflect through all of the objects on the form as this would be very slow using reflection. So if you override the OnLoad method of the form and manually update the reference on the list, it may resolve your issue.
VB.NET
C#