System.ComponentModel.Win32Exception: The operation completed successfully
Just to sum it up, the custom grid I wrote, that is based on the .Net’s DataGridView, uses custom code to draw cells. Rows in my grid can span multiple visual pages. (That was a business requirement) The problem was that .Net pre-allocates a buffer of memory for controls with DoubleBuffering enabled. For DataGridViews grids … Read more