Can someone please clarify: the ObjectListView.Official package hosted on nuget is 2.9.2-alpha2 dated June 1, 2016. However, trunk on SourceForge is dated 2018 and source code differs in a number of ways. Is this project actively being supported? If so, can we update the nuget package to the latest code? If it is not supported, are people just building trunk manually? Who is actively developing in trunk?
Confirming this is still a problem
It appears that the OLVExporter does not properly escape fields in a listview row that have quotes in them. The result is an incomplete value. Is there a workaround?
I'm using an FDLV with its DataSource set to a DataSet table. Rows in this table are updated frequently (hundreds of times per second), which is causing an undesirable flickering effect. I have read various approaches to solving this for .NET listviews, like hooking window messages or setting style properties on the control. BeginUpdate/EndUpdate cause the control to appear empty. What is the preferred solution for FDLV?